#66CBBA

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

Shades of Downy #66CBBA

Tints of Downy #66CBBA

Color information

#66CBBA (or 0x66CBBA) is unknown color: approx Downy. HEX triplet: 66, CB and BA. RGB value is (102,203,186). Sum of RGB (Red+Green+Blue) = 102+203+186=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBBA is #993445. Grayscale: #AAAAAA. Windows color (decimal): -10040390 or 12241766. OLE color: 12241766.

HSL color Cylindrical-coordinate representation of color #66CBBA: hue angle of 169.9º degrees, saturation: 0.49, 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 #66CBBA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB102203186-
CMYK0.5000.080.20
HSL169.9º49.27%59.8%-
HSV(B)169.9º49.75%79.61%-
XYZ35.749.0854.05-
YUV170.86136.5478.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=20.77%
G=41.34%
B=37.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031860.5000.080.20169.949.2759.8
Hex66CBBA320814aa313c
Octal14631327262010242526174
Binary11001101100101110111010110010010001010010101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,203,186); }

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

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

 a { background-color: rgb(102,203,186); }

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

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

 span { border-color: rgb(102,203,186); }

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