Html Css Color HEX #64D59E Medium Aquamarine

📋 copy color: '#64D59E'

red 100 ◦ green 213 ◦ blue 158

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

Shades of Medium Aquamarine #64D59E

Tints of Medium Aquamarine #64D59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

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

R = 21.23%
G = 45.22%
B = 33.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#64D59E (or 0x64D59E) is known color: Medium Aquamarine. HEX triplet: 64, D5 and 9E. RGB value is (100,213,158). Sum of RGB (Red+Green+Blue) = 100+213+158=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #64D59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D59E is #9B2A61. Grayscale: #ADADAD. Windows color (decimal): -10168930 or 10409316. OLE color: 10409316.

HSL color Cylindrical-coordinate representation of color #64D59E: hue angle of 150.8º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D59E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 158 -
CMYK 0.53 0 0.26 0.16
HSL 150.8º 0.57% 0.61% -
HSV(B) 150.8º 0.53% 0.84% -
XYZ 35.22 52.77 40.68 -
YUV 172.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 100 213 158 0.53 0 0.26 0.16 150.8 0.57 0.61
Hex 64 D5 9E 35 0 1A 10 97 39 3D
Octal 144 325 236 65 0 32 20 227 71 75
Binary 1100100 11010101 10011110 110101 0 11010 10000 10010111 111001 111101

Color Harmonies of #64D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D59E

Black with #64D59E

Text Example


Text Example

White with #64D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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