Html Css Color HEX #64EFAA Medium Aquamarine

📋 copy color: '#64EFAA'

red 100 ◦ green 239 ◦ blue 170

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

Shades of Medium Aquamarine #64EFAA

Tints of Medium Aquamarine #64EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 19.65%
G = 46.95%
B = 33.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#64EFAA (or 0x64EFAA) is known color: Medium Aquamarine. HEX triplet: 64, EF and AA. RGB value is (100,239,170). Sum of RGB (Red+Green+Blue) = 100+239+170=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFAA is #9B1055. Grayscale: #BDBDBD. Windows color (decimal): -10162262 or 11202404. OLE color: 11202404.

HSL color Cylindrical-coordinate representation of color #64EFAA: hue angle of 150.22º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFAA is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 170 -
CMYK 0.58 0 0.29 0.06
HSL 150.22º 0.81% 0.66% -
HSV(B) 150.22º 0.58% 0.94% -
XYZ 43.38 67.34 48.74 -
YUV 189.57 116.95 64.11 -
System Red Green Blue C M Y K H S L
Decimal 100 239 170 0.58 0 0.29 0.06 150.22 0.81 0.66
Hex 64 EF AA 3A 0 1D 6 96 51 42
Octal 144 357 252 72 0 35 6 226 121 102
Binary 1100100 11101111 10101010 111010 0 11101 110 10010110 1010001 1000010

Color Harmonies of #64EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFAA

Black with #64EFAA

Text Example


Text Example

White with #64EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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