Html Css Color HEX #64E9AA Medium Aquamarine

📋 copy color: '#64E9AA'

red 100 ◦ green 233 ◦ blue 170

#64E9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #64E9AA

Tints of Medium Aquamarine #64E9AA

RGB

 RED value IS 100 (39.45% from 255) = 19.88%

 GREEN value IS 233 (91.41% from 255) = 46.32%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 19.88%
G = 46.32%
B = 33.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#64E9AA (or 0x64E9AA) is known color: Medium Aquamarine. HEX triplet: 64, E9 and AA. RGB value is (100,233,170). Sum of RGB (Red+Green+Blue) = 100+233+170=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #64E9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E9AA is #9B1655. Grayscale: #BABABA. Windows color (decimal): -10163798 or 11200868. OLE color: 11200868.

HSL color Cylindrical-coordinate representation of color #64E9AA: hue angle of 151.58º degrees, saturation: 0.75, 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 #64E9AA is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 233 170 -
CMYK 0.57 0 0.27 0.09
HSL 151.58º 0.75% 0.65% -
HSV(B) 151.58º 0.57% 0.91% -
XYZ 41.65 63.89 48.17 -
YUV 186.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 100 233 170 0.57 0 0.27 0.09 151.58 0.75 0.65
Hex 64 E9 AA 39 0 1B 9 98 4B 41
Octal 144 351 252 71 0 33 11 230 113 101
Binary 1100100 11101001 10101010 111001 0 11011 1001 10011000 1001011 1000001

Color Harmonies of #64E9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E9AA

Black with #64E9AA

Text Example


Text Example

White with #64E9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,233,170); }

 H1.HeaderClassName
 {
   color: #64E9AA;
 }
 .AnyTagClassName
 {
   color: #64E9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(100,233,170); }

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

border-color css

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

 span { border-color: rgb(100,233,170); }

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