#66CCC8

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

Shades of Downy #66CCC8

Tints of Downy #66CCC8

Color information

#66CCC8 (or 0x66CCC8) is unknown color: approx Downy. HEX triplet: 66, CC and C8. RGB value is (102,204,200). Sum of RGB (Red+Green+Blue) = 102+204+200=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCC8 is #993337. Grayscale: #ACACAC. Windows color (decimal): -10040120 or 13159526. OLE color: 13159526.

HSL color Cylindrical-coordinate representation of color #66CCC8: hue angle of 177.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCC8 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB102204200-
CMYK0.500.020.2
HSL177.65º50%60%-
HSV(B)177.65º50%80%-
XYZ37.550.1862.35-
YUV173.05143.2177.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=20.16%
G=40.32%
B=39.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022042000.500.020.2177.655060
Hex66CCC8320214b2323c
Octal1463143106202242626274
Binary110011011001100110010001100100101010010110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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