#66DDBB

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

Shades of Downy #66DDBB

Tints of Downy #66DDBB

Color information

#66DDBB (or 0x66DDBB) is unknown color: approx Downy. HEX triplet: 66, DD and BB. RGB value is (102,221,187). Sum of RGB (Red+Green+Blue) = 102+221+187=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDBB is #992244. Grayscale: #B5B5B5. Windows color (decimal): -10035781 or 12311910. OLE color: 12311910.

HSL color Cylindrical-coordinate representation of color #66DDBB: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDBB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB102221187-
CMYK0.5400.150.13
HSL162.86º63.64%63.33%-
HSV(B)162.86º53.85%86.67%-
XYZ40.3158.1356.11-
YUV181.54131.0871.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=20%
G=43.33%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022211870.5400.150.13162.8663.6463.33
Hex66DDBB360FDa3403f
Octal146335273660171524310077
Binary11001101101110110111011110110011111101101000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,221,187); }

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

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

 a { background-color: rgb(102,221,187); }

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

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

 span { border-color: rgb(102,221,187); }

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