Html Css Color HEX #64D99E Medium Aquamarine

📋 copy color: '#64D99E'

red 100 ◦ green 217 ◦ blue 158

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

Shades of Medium Aquamarine #64D99E

Tints of Medium Aquamarine #64D99E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

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

R = 21.05%
G = 45.68%
B = 33.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#64D99E (or 0x64D99E) is known color: Medium Aquamarine. HEX triplet: 64, D9 and 9E. RGB value is (100,217,158). Sum of RGB (Red+Green+Blue) = 100+217+158=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #64D99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D99E is #9B2661. Grayscale: #AFAFAF. Windows color (decimal): -10167906 or 10410340. OLE color: 10410340.

HSL color Cylindrical-coordinate representation of color #64D99E: hue angle of 149.74º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D99E is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 158 -
CMYK 0.54 0 0.27 0.15
HSL 149.74º 0.61% 0.62% -
HSV(B) 149.74º 0.54% 0.85% -
XYZ 36.24 54.8 41.02 -
YUV 175.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 100 217 158 0.54 0 0.27 0.15 149.74 0.61 0.62
Hex 64 D9 9E 36 0 1B F 96 3D 3E
Octal 144 331 236 66 0 33 17 226 75 76
Binary 1100100 11011001 10011110 110110 0 11011 1111 10010110 111101 111110

Color Harmonies of #64D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D99E

Black with #64D99E

Text Example


Text Example

White with #64D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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