Html Css Color HEX #64F99E Medium Aquamarine

📋 copy color: '#64F99E'

red 100 ◦ green 249 ◦ blue 158

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

Shades of Medium Aquamarine #64F99E

Tints of Medium Aquamarine #64F99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

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

R = 19.72%
G = 49.11%
B = 31.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#64F99E (or 0x64F99E) is known color: Medium Aquamarine. HEX triplet: 64, F9 and 9E. RGB value is (100,249,158). Sum of RGB (Red+Green+Blue) = 100+249+158=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #64F99E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F99E is #9B0661. Grayscale: #C2C2C2. Windows color (decimal): -10159714 or 10418532. OLE color: 10418532.

HSL color Cylindrical-coordinate representation of color #64F99E: hue angle of 143.36º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F99E is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 158 -
CMYK 0.60 0 0.37 0.02
HSL 143.36º 0.93% 0.68% -
HSV(B) 143.36º 0.6% 0.98% -
XYZ 45.3 72.93 44.04 -
YUV 194.08 107.64 60.9 -
System Red Green Blue C M Y K H S L
Decimal 100 249 158 0.60 0 0.37 0.02 143.36 0.93 0.68
Hex 64 F9 9E 3C 0 25 2 8F 5D 44
Octal 144 371 236 74 0 45 2 217 135 104
Binary 1100100 11111001 10011110 111100 0 100101 10 10001111 1011101 1000100

Color Harmonies of #64F99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F99E

Black with #64F99E

Text Example


Text Example

White with #64F99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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