#68C2B9

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

Shades of Downy #68C2B9

Tints of Downy #68C2B9

Color information

#68C2B9 (or 0x68C2B9) is unknown color: approx Downy. HEX triplet: 68, C2 and B9. RGB value is (104,194,185). Sum of RGB (Red+Green+Blue) = 104+194+185=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2B9 is #973D46. Grayscale: #A6A6A6. Windows color (decimal): -9911623 or 12173928. OLE color: 12173928.

HSL color Cylindrical-coordinate representation of color #68C2B9: hue angle of 174º 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 #68C2B9 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB104194185-
CMYK0.4600.050.24
HSL174º42.45%58.43%-
HSV(B)174º46.39%76.08%-
XYZ33.7645.0352.81-
YUV166.06138.6883.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=21.53%
G=40.17%
B=38.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041941850.4600.050.2417442.4558.43
Hex68C2B92E0518ae2a3a
Octal1503022715605302565272
Binary1101000110000101011100110111001011100010101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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