#66DBD1

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

Shades of Downy #66DBD1

Tints of Downy #66DBD1

Color information

#66DBD1 (or 0x66DBD1) is unknown color: approx Downy. HEX triplet: 66, DB and D1. RGB value is (102,219,209). Sum of RGB (Red+Green+Blue) = 102+219+209=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBD1 is #99242E. Grayscale: #B6B6B6. Windows color (decimal): -10036271 or 13753190. OLE color: 13753190.

HSL color Cylindrical-coordinate representation of color #66DBD1: hue angle of 174.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBD1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB102219209-
CMYK0.5300.050.14
HSL174.87º61.9%62.94%-
HSV(B)174.87º53.42%85.88%-
XYZ42.3258.0969.3-
YUV182.88142.7470.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.25%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=19.25%
G=41.32%
B=39.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022192090.5300.050.14174.8761.962.94
Hex66DBD13505Eaf3e3f
Octal1463333216505162577677
Binary110011011011011110100011101010101111010101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,219,209); }

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

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

 a { background-color: rgb(102,219,209); }

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

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

 span { border-color: rgb(102,219,209); }

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