Html Css Color HEX #64EC9A Medium Aquamarine

📋 copy color: '#64EC9A'

red 100 ◦ green 236 ◦ blue 154

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

Shades of Medium Aquamarine #64EC9A

Tints of Medium Aquamarine #64EC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 20.41%
G = 48.16%
B = 31.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#64EC9A (or 0x64EC9A) is known color: Medium Aquamarine. HEX triplet: 64, EC and 9A. RGB value is (100,236,154). Sum of RGB (Red+Green+Blue) = 100+236+154=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC9A is #9B1365. Grayscale: #BABABA. Windows color (decimal): -10163046 or 10153060. OLE color: 10153060.

HSL color Cylindrical-coordinate representation of color #64EC9A: hue angle of 143.82º 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 #64EC9A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 154 -
CMYK 0.58 0 0.35 0.07
HSL 143.82º 0.78% 0.66% -
HSV(B) 143.82º 0.58% 0.93% -
XYZ 41.08 65.03 40.96 -
YUV 185.99 109.94 66.67 -
System Red Green Blue C M Y K H S L
Decimal 100 236 154 0.58 0 0.35 0.07 143.82 0.78 0.66
Hex 64 EC 9A 3A 0 23 7 90 4E 42
Octal 144 354 232 72 0 43 7 220 116 102
Binary 1100100 11101100 10011010 111010 0 100011 111 10010000 1001110 1000010

Color Harmonies of #64EC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC9A

Black with #64EC9A

Text Example


Text Example

White with #64EC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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