Html Css Color HEX #64EE9E Medium Aquamarine

📋 copy color: '#64EE9E'

red 100 ◦ green 238 ◦ blue 158

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

Shades of Medium Aquamarine #64EE9E

Tints of Medium Aquamarine #64EE9E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.98%

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 20.16%
G = 47.98%
B = 31.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#64EE9E (or 0x64EE9E) is known color: Medium Aquamarine. HEX triplet: 64, EE and 9E. RGB value is (100,238,158). Sum of RGB (Red+Green+Blue) = 100+238+158=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE9E is #9B1161. Grayscale: #BBBBBB. Windows color (decimal): -10162530 or 10415716. OLE color: 10415716.

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

Color convert

RGB 100 238 158 -
CMYK 0.58 0 0.34 0.07
HSL 145.22º 0.8% 0.66% -
HSV(B) 145.22º 0.58% 0.93% -
XYZ 42 66.33 42.94 -
YUV 187.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 100 238 158 0.58 0 0.34 0.07 145.22 0.8 0.66
Hex 64 EE 9E 3A 0 22 7 91 50 42
Octal 144 356 236 72 0 42 7 221 120 102
Binary 1100100 11101110 10011110 111010 0 100010 111 10010001 1010000 1000010

Color Harmonies of #64EE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EE9E

Black with #64EE9E

Text Example


Text Example

White with #64EE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,238,158); }

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

background-color css

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

 a { background-color: rgb(100,238,158); }

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

border-color css

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

 span { border-color: rgb(100,238,158); }

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