#66C9BE

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

Shades of Downy #66C9BE

Tints of Downy #66C9BE

Color information

#66C9BE (or 0x66C9BE) is unknown color: approx Downy. HEX triplet: 66, C9 and BE. RGB value is (102,201,190). Sum of RGB (Red+Green+Blue) = 102+201+190=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #66C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C9BE is #993641. Grayscale: #AAAAAA. Windows color (decimal): -10040898 or 12503398. OLE color: 12503398.

HSL color Cylindrical-coordinate representation of color #66C9BE: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C9BE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB102201190-
CMYK0.4900.050.21
HSL173.33º47.83%59.41%-
HSV(B)173.33º49.25%78.82%-
XYZ35.6648.3256.16-
YUV170.14139.279.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=20.69%
G=40.77%
B=38.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022011900.4900.050.21173.3347.8359.41
Hex66C9BE310515ad303b
Octal1463112766105252556073
Binary1100110110010011011111011000101011010110101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C9BE; }

 p { color: rgb(102,201,190); }

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

<style>
 a { background-color: #66C9BE; }

 a { background-color: rgb(102,201,190); }

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

<style>
 span { border-color: #66C9BE; }

 span { border-color: rgb(102,201,190); }

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