Html Css Color HEX #64D79F Medium Aquamarine

📋 copy color: '#64D79F'

red 100 ◦ green 215 ◦ blue 159

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

Shades of Medium Aquamarine #64D79F

Tints of Medium Aquamarine #64D79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 21.1%
G = 45.36%
B = 33.54%

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

#64D79F (or 0x64D79F) is known color: Medium Aquamarine. HEX triplet: 64, D7 and 9F. RGB value is (100,215,159). Sum of RGB (Red+Green+Blue) = 100+215+159=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #64D79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D79F is #9B2860. Grayscale: #AEAEAE. Windows color (decimal): -10168417 or 10475364. OLE color: 10475364.

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

Color convert

RGB 100 215 159 -
CMYK 0.53 0 0.26 0.16
HSL 150.78º 0.59% 0.62% -
HSV(B) 150.78º 0.53% 0.84% -
XYZ 35.81 53.81 41.3 -
YUV 174.23 119.4 75.05 -
System Red Green Blue C M Y K H S L
Decimal 100 215 159 0.53 0 0.26 0.16 150.78 0.59 0.62
Hex 64 D7 9F 35 0 1A 10 97 3B 3E
Octal 144 327 237 65 0 32 20 227 73 76
Binary 1100100 11010111 10011111 110101 0 11010 10000 10010111 111011 111110

Color Harmonies of #64D79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D79F

Black with #64D79F

Text Example


Text Example

White with #64D79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,159); }

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

background-color css

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

 a { background-color: rgb(100,215,159); }

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

border-color css

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

 span { border-color: rgb(100,215,159); }

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