#66CCBC

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

Shades of Downy #66CCBC

Tints of Downy #66CCBC

Color information

#66CCBC (or 0x66CCBC) is unknown color: approx Downy. HEX triplet: 66, CC and BC. RGB value is (102,204,188). Sum of RGB (Red+Green+Blue) = 102+204+188=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBC is #993343. Grayscale: #ABABAB. Windows color (decimal): -10040132 or 12373094. OLE color: 12373094.

HSL color Cylindrical-coordinate representation of color #66CCBC: hue angle of 170.59º 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 #66CCBC is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB102204188-
CMYK0.500.080.2
HSL170.59º50%60%-
HSV(B)170.59º50%80%-
XYZ36.1549.6455.25-
YUV171.68137.2178.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=20.65%
G=41.30%
B=38.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041880.500.080.2170.595060
Hex66CCBC320814ab323c
Octal14631427462010242536274
Binary11001101100110010111100110010010001010010101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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