#64EAAF

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

Shades of Medium Aquamarine #64EAAF

Tints of Medium Aquamarine #64EAAF

Color information

#64EAAF (or 0x64EAAF) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EA and AF. RGB value is (100,234,175). Sum of RGB (Red+Green+Blue) = 100+234+175=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAAF is #9B1550. Grayscale: #BBBBBB. Windows color (decimal): -10163537 or 11528804. OLE color: 11528804.

HSL color Cylindrical-coordinate representation of color #64EAAF: hue angle of 153.58º 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 #64EAAF is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB100234175-
CMYK0.5700.250.08
HSL153.58º76.14%65.49%-
HSV(B)153.58º57.26%91.76%-
XYZ42.4264.6550.8-
YUV187.21121.1165.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=19.65%
G=45.97%
B=34.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341750.5700.250.08153.5876.1465.49
Hex64EAAF3901989a4c41
Octal1443522577103110232114101
Binary1100100111010101010111111100101100110001001101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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