#66D8CD

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

Shades of Downy #66D8CD

Tints of Downy #66D8CD

Color information

#66D8CD (or 0x66D8CD) is unknown color: approx Downy. HEX triplet: 66, D8 and CD. RGB value is (102,216,205). Sum of RGB (Red+Green+Blue) = 102+216+205=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8CD is #992732. Grayscale: #B4B4B4. Windows color (decimal): -10037043 or 13490278. OLE color: 13490278.

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

Color convert

RGB102216205-
CMYK0.5300.050.15
HSL174.21º59.38%62.35%-
HSV(B)174.21º52.78%84.71%-
XYZ41.0556.3466.47-
YUV180.66141.7371.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=19.50%
G=41.30%
B=39.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022162050.5300.050.15174.2159.3862.35
Hex66D8CD3505Fae3b3e
Octal1463303156505172567376
Binary110011011011000110011011101010101111110101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,205); }

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

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

 a { background-color: rgb(102,216,205); }

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

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

 span { border-color: rgb(102,216,205); }

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