Html Css Color HEX #64D79D Medium Aquamarine

📋 copy color: '#64D79D'

red 100 ◦ green 215 ◦ blue 157

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

Shades of Medium Aquamarine #64D79D

Tints of Medium Aquamarine #64D79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.26%

R = 21.19%
G = 45.55%
B = 33.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#64D79D (or 0x64D79D) is known color: Medium Aquamarine. HEX triplet: 64, D7 and 9D. RGB value is (100,215,157). Sum of RGB (Red+Green+Blue) = 100+215+157=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #64D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D79D is #9B2862. Grayscale: #AEAEAE. Windows color (decimal): -10168419 or 10344292. OLE color: 10344292.

HSL color Cylindrical-coordinate representation of color #64D79D: hue angle of 149.74º 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 #64D79D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 157 -
CMYK 0.53 0 0.27 0.16
HSL 149.74º 0.59% 0.62% -
HSV(B) 149.74º 0.53% 0.84% -
XYZ 35.64 53.74 40.39 -
YUV 174 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 100 215 157 0.53 0 0.27 0.16 149.74 0.59 0.62
Hex 64 D7 9D 35 0 1B 10 96 3B 3E
Octal 144 327 235 65 0 33 20 226 73 76
Binary 1100100 11010111 10011101 110101 0 11011 10000 10010110 111011 111110

Color Harmonies of #64D79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D79D

Black with #64D79D

Text Example


Text Example

White with #64D79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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