#66D9CA

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

Shades of Downy #66D9CA

Tints of Downy #66D9CA

Color information

#66D9CA (or 0x66D9CA) is unknown color: approx Downy. HEX triplet: 66, D9 and CA. RGB value is (102,217,202). Sum of RGB (Red+Green+Blue) = 102+217+202=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9CA is #992635. Grayscale: #B4B4B4. Windows color (decimal): -10036790 or 13293926. OLE color: 13293926.

HSL color Cylindrical-coordinate representation of color #66D9CA: hue angle of 172.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9CA is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB102217202-
CMYK0.5300.070.15
HSL172.17º60.21%62.55%-
HSV(B)172.17º53%85.1%-
XYZ40.9556.7164.67-
YUV180.9139.971.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=19.58%
G=41.65%
B=38.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022172020.5300.070.15172.1760.2162.55
Hex66D9CA3507Fac3c3f
Octal1463313126507172547477
Binary110011011011001110010101101010111111110101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,202); }

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

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

 a { background-color: rgb(102,217,202); }

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

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

 span { border-color: rgb(102,217,202); }

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