#68C1B9

Color #68C1B9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #68C1B9

Tints of Downy #68C1B9

Color information

#68C1B9 (or 0x68C1B9) is unknown color: approx Downy. HEX triplet: 68, C1 and B9. RGB value is (104,193,185). Sum of RGB (Red+Green+Blue) = 104+193+185=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1B9 is #973E46. Grayscale: #A5A5A5. Windows color (decimal): -9911879 or 12173672. OLE color: 12173672.

HSL color Cylindrical-coordinate representation of color #68C1B9: hue angle of 174.61º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1B9 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB104193185-
CMYK0.4600.040.24
HSL174.61º41.78%58.24%-
HSV(B)174.61º46.11%75.69%-
XYZ33.5444.5952.74-
YUV165.48139.0184.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=21.58%
G=40.04%
B=38.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041931850.4600.040.24174.6141.7858.24
Hex68C1B92E0418af2a3a
Octal1503012715604302575272
Binary1101000110000011011100110111001001100010101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C1B9; }

 p { color: rgb(104,193,185); }

 H1.HeaderClassName
 {
   color: #68C1B9;
 }
 .AnyTagClassName
 {
   color: #68C1B9;
 }
</style>
background-color css

<style>
 a { background-color: #68C1B9; }

 a { background-color: rgb(104,193,185); }

 div.DivClassName
 {
   background-color: #68C1B9;
 }
 .BgClassName
 {
   background-color: #68C1B9;
 }
</style>
border-color css

<style>
 span { border-color: #68C1B9; }

 span { border-color: rgb(104,193,185); }

 td.TdClassName
 {
   border-color: #68C1B9;
 }
 .TagClassName
 {
   border-color: #68C1B9;
 }
</style>