#66DCBE

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

Shades of Downy #66DCBE

Tints of Downy #66DCBE

Color information

#66DCBE (or 0x66DCBE) is unknown color: approx Downy. HEX triplet: 66, DC and BE. RGB value is (102,220,190). Sum of RGB (Red+Green+Blue) = 102+220+190=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCBE is #992341. Grayscale: #B5B5B5. Windows color (decimal): -10036034 or 12508262. OLE color: 12508262.

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

Color convert

RGB102220190-
CMYK0.5400.140.14
HSL164.75º62.77%63.14%-
HSV(B)164.75º53.64%86.27%-
XYZ40.3757.7357.73-
YUV181.3132.9171.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=19.92%
G=42.97%
B=37.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022201900.5400.140.14164.7562.7763.14
Hex66DCBE360EEa53f3f
Octal14633427666016162457777
Binary1100110110111001011111011011001110111010100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,220,190); }

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

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

 a { background-color: rgb(102,220,190); }

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

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

 span { border-color: rgb(102,220,190); }

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