#64EAB7

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

Shades of Downy #64EAB7

Tints of Downy #64EAB7

Color information

#64EAB7 (or 0x64EAB7) is unknown color: approx Downy. HEX triplet: 64, EA and B7. RGB value is (100,234,183). Sum of RGB (Red+Green+Blue) = 100+234+183=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAB7 is #9B1548. Grayscale: #BCBCBC. Windows color (decimal): -10163529 or 12053092. OLE color: 12053092.

HSL color Cylindrical-coordinate representation of color #64EAB7: hue angle of 157.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAB7 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB100234183-
CMYK0.5700.220.08
HSL157.16º76.14%65.49%-
HSV(B)157.16º57.26%91.76%-
XYZ43.2364.9755.06-
YUV188.12125.1165.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.34%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=19.34%
G=45.26%
B=35.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341830.5700.220.08157.1676.1465.49
Hex64EAB73901689d4c41
Octal1443522677102610235114101
Binary1100100111010101011011111100101011010001001110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,234,183); }

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

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

 a { background-color: rgb(100,234,183); }

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

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

 span { border-color: rgb(100,234,183); }

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