Html Css Color HEX #64D9AC Medium Aquamarine

📋 copy color: '#64D9AC'

red 100 ◦ green 217 ◦ blue 172

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

Shades of Medium Aquamarine #64D9AC

Tints of Medium Aquamarine #64D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 20.45%
G = 44.38%
B = 35.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#64D9AC (or 0x64D9AC) is known color: Medium Aquamarine. HEX triplet: 64, D9 and AC. RGB value is (100,217,172). Sum of RGB (Red+Green+Blue) = 100+217+172=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D9AC is #9B2653. Grayscale: #B0B0B0. Windows color (decimal): -10167892 or 11327844. OLE color: 11327844.

HSL color Cylindrical-coordinate representation of color #64D9AC: hue angle of 156.92º 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 #64D9AC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 172 -
CMYK 0.54 0 0.21 0.15
HSL 156.92º 0.61% 0.62% -
HSV(B) 156.92º 0.54% 0.85% -
XYZ 37.51 55.31 47.73 -
YUV 176.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 100 217 172 0.54 0 0.21 0.15 156.92 0.61 0.62
Hex 64 D9 AC 36 0 15 F 9D 3D 3E
Octal 144 331 254 66 0 25 17 235 75 76
Binary 1100100 11011001 10101100 110110 0 10101 1111 10011101 111101 111110

Color Harmonies of #64D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D9AC

Black with #64D9AC

Text Example


Text Example

White with #64D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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