#66D2BA

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

Shades of Downy #66D2BA

Tints of Downy #66D2BA

Color information

#66D2BA (or 0x66D2BA) is unknown color: approx Downy. HEX triplet: 66, D2 and BA. RGB value is (102,210,186). Sum of RGB (Red+Green+Blue) = 102+210+186=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #66D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D2BA is #992D45. Grayscale: #AEAEAE. Windows color (decimal): -10038598 or 12243558. OLE color: 12243558.

HSL color Cylindrical-coordinate representation of color #66D2BA: hue angle of 166.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D2BA is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB102210186-
CMYK0.5100.110.18
HSL166.67º54.55%61.18%-
HSV(B)166.67º51.43%82.35%-
XYZ37.3952.4654.61-
YUV174.97134.2275.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.48%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=20.48%
G=42.17%
B=37.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022101860.5100.110.18166.6754.5561.18
Hex66D2BA330B12a7373d
Octal14632227263013222476775
Binary11001101101001010111010110011010111001010100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,210,186); }

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

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

 a { background-color: rgb(102,210,186); }

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

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

 span { border-color: rgb(102,210,186); }

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