#66D6CC

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

Shades of Downy #66D6CC

Tints of Downy #66D6CC

Color information

#66D6CC (or 0x66D6CC) is unknown color: approx Downy. HEX triplet: 66, D6 and CC. RGB value is (102,214,204). Sum of RGB (Red+Green+Blue) = 102+214+204=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6CC is #992933. Grayscale: #B3B3B3. Windows color (decimal): -10037556 or 13424230. OLE color: 13424230.

HSL color Cylindrical-coordinate representation of color #66D6CC: hue angle of 174.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6CC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB102214204-
CMYK0.5200.050.16
HSL174.64º57.73%61.96%-
HSV(B)174.64º52.34%83.92%-
XYZ40.4355.2865.67-
YUV179.37141.8972.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=19.62%
G=41.15%
B=39.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022142040.5200.050.16174.6457.7361.96
Hex66D6CC340510af3a3e
Octal1463263146405202577276
Binary1100110110101101100110011010001011000010101111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,204); }

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

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

 a { background-color: rgb(102,214,204); }

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

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

 span { border-color: rgb(102,214,204); }

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