Html Css Color HEX #64ECAA Medium Aquamarine

📋 copy color: '#64ECAA'

red 100 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #64ECAA

Tints of Medium Aquamarine #64ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.64%

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

R = 19.76%
G = 46.64%
B = 33.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#64ECAA (or 0x64ECAA) is known color: Medium Aquamarine. HEX triplet: 64, EC and AA. RGB value is (100,236,170). Sum of RGB (Red+Green+Blue) = 100+236+170=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECAA is #9B1355. Grayscale: #BBBBBB. Windows color (decimal): -10163030 or 11201636. OLE color: 11201636.

HSL color Cylindrical-coordinate representation of color #64ECAA: hue angle of 150.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECAA is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 170 -
CMYK 0.58 0 0.28 0.07
HSL 150.88º 0.78% 0.66% -
HSV(B) 150.88º 0.58% 0.93% -
XYZ 42.51 65.6 48.45 -
YUV 187.81 117.94 65.37 -
System Red Green Blue C M Y K H S L
Decimal 100 236 170 0.58 0 0.28 0.07 150.88 0.78 0.66
Hex 64 EC AA 3A 0 1C 7 97 4E 42
Octal 144 354 252 72 0 34 7 227 116 102
Binary 1100100 11101100 10101010 111010 0 11100 111 10010111 1001110 1000010

Color Harmonies of #64ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECAA

Black with #64ECAA

Text Example


Text Example

White with #64ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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