#64E8B9

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

Shades of Downy #64E8B9

Tints of Downy #64E8B9

Color information

#64E8B9 (or 0x64E8B9) is unknown color: approx Downy. HEX triplet: 64, E8 and B9. RGB value is (100,232,185). Sum of RGB (Red+Green+Blue) = 100+232+185=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E8B9 is #9B1746. Grayscale: #BBBBBB. Windows color (decimal): -10164039 or 12183652. OLE color: 12183652.

HSL color Cylindrical-coordinate representation of color #64E8B9: hue angle of 158.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8B9 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB100232185-
CMYK0.5700.200.09
HSL158.64º74.16%65.1%-
HSV(B)158.64º56.9%90.98%-
XYZ42.8763.9355.98-
YUV187.17126.7765.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.34%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=19.34%
G=44.87%
B=35.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002321850.5700.200.09158.6474.1665.1
Hex64E8B93901499f4a41
Octal1443502717102411237112101
Binary1100100111010001011100111100101010010011001111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64E8B9; }

 p { color: rgb(100,232,185); }

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

<style>
 a { background-color: #64E8B9; }

 a { background-color: rgb(100,232,185); }

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

<style>
 span { border-color: #64E8B9; }

 span { border-color: rgb(100,232,185); }

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