#66e5b6

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

Shades of Downy #66E5B6

Tints of Downy #66E5B6

Color information

#66E5B6 (or 0x66E5B6) is unknown color: approx Downy. HEX triplet: 66, E5 and B6. RGB value is (102,229,182). Sum of RGB (Red+Green+Blue) = 102+229+182=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5B6 is #991A49. Grayscale: #B9B9B9. Windows color (decimal): -10033738 or 11986278. OLE color: 11986278.

HSL color Cylindrical-coordinate representation of color #66E5B6: hue angle of 157.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5B6 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB102229182-
CMYK0.5500.210.10
HSL157.8º70.95%64.9%-
HSV(B)157.8º55.46%89.8%-
XYZ41.9462.2454.06-
YUV185.67125.9268.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.88%
GREEN value IS 229 (89.84% from 255) = 44.64%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=19.88%
G=44.64%
B=35.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022291820.5500.210.10157.870.9564.9
Hex66E5B637015A9e4741
Octal1463452666702512236107101
Binary1100110111001011011011011011101010110101001111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66e5b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,229,182); }

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

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

 a { background-color: rgb(102,229,182); }

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

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

 span { border-color: rgb(102,229,182); }

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