Html Css Color HEX #64C99E Medium Aquamarine

📋 copy color: '#64C99E'

red 100 ◦ green 201 ◦ blue 158

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

Shades of Medium Aquamarine #64C99E

Tints of Medium Aquamarine #64C99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 21.79%
G = 43.79%
B = 34.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#64C99E (or 0x64C99E) is known color: Medium Aquamarine. HEX triplet: 64, C9 and 9E. RGB value is (100,201,158). Sum of RGB (Red+Green+Blue) = 100+201+158=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #64C99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C99E is #9B3661. Grayscale: #A5A5A5. Windows color (decimal): -10172002 or 10406244. OLE color: 10406244.

HSL color Cylindrical-coordinate representation of color #64C99E: hue angle of 154.46º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C99E is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 158 -
CMYK 0.50 0 0.21 0.21
HSL 154.46º 0.48% 0.59% -
HSV(B) 154.46º 0.5% 0.79% -
XYZ 32.31 46.95 39.71 -
YUV 165.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 100 201 158 0.50 0 0.21 0.21 154.46 0.48 0.59
Hex 64 C9 9E 32 0 15 15 9A 30 3B
Octal 144 311 236 62 0 25 25 232 60 73
Binary 1100100 11001001 10011110 110010 0 10101 10101 10011010 110000 111011

Color Harmonies of #64C99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C99E

Black with #64C99E

Text Example


Text Example

White with #64C99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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