#66CBBF

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

Shades of Downy #66CBBF

Tints of Downy #66CBBF

Color information

#66CBBF (or 0x66CBBF) is unknown color: approx Downy. HEX triplet: 66, CB and BF. RGB value is (102,203,191). Sum of RGB (Red+Green+Blue) = 102+203+191=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBBF is #993440. Grayscale: #ABABAB. Windows color (decimal): -10040385 or 12569446. OLE color: 12569446.

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

Color convert

RGB102203191-
CMYK0.5000.060.20
HSL172.87º49.27%59.8%-
HSV(B)172.87º49.75%79.61%-
XYZ36.2449.356.9-
YUV171.43139.0478.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 191 (75% from 255) = 38.51%
R=20.56%
G=40.93%
B=38.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031910.5000.060.20172.8749.2759.8
Hex66CBBF320614ad313c
Octal1463132776206242556174
Binary1100110110010111011111111001001101010010101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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