#66C2B6

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

Shades of Downy #66C2B6

Tints of Downy #66C2B6

Color information

#66C2B6 (or 0x66C2B6) is unknown color: approx Downy. HEX triplet: 66, C2 and B6. RGB value is (102,194,182). Sum of RGB (Red+Green+Blue) = 102+194+182=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #66C2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C2B6 is #993D49. Grayscale: #A5A5A5. Windows color (decimal): -10042698 or 11977318. OLE color: 11977318.

HSL color Cylindrical-coordinate representation of color #66C2B6: hue angle of 172.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C2B6 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB102194182-
CMYK0.4700.060.24
HSL172.17º42.99%58.04%-
HSV(B)172.17º47.42%76.08%-
XYZ33.2144.7951.15-
YUV165.12137.5282.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=21.34%
G=40.59%
B=38.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021941820.4700.060.24172.1742.9958.04
Hex66C2B62F0618ac2b3a
Octal1463022665706302545372
Binary1100110110000101011011010111101101100010101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,194,182); }

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

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

 a { background-color: rgb(102,194,182); }

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

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

 span { border-color: rgb(102,194,182); }

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