Html Css Color HEX #64D8AD Medium Aquamarine

📋 copy color: '#64D8AD'

red 100 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #64D8AD

Tints of Medium Aquamarine #64D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 20.45%
G = 44.17%
B = 35.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#64D8AD (or 0x64D8AD) is known color: Medium Aquamarine. HEX triplet: 64, D8 and AD. RGB value is (100,216,173). Sum of RGB (Red+Green+Blue) = 100+216+173=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D8AD is #9B2752. Grayscale: #B0B0B0. Windows color (decimal): -10168147 or 11393124. OLE color: 11393124.

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

Color convert

RGB 100 216 173 -
CMYK 0.54 0 0.20 0.15
HSL 157.76º 0.6% 0.62% -
HSV(B) 157.76º 0.54% 0.85% -
XYZ 37.35 54.84 48.15 -
YUV 176.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 100 216 173 0.54 0 0.20 0.15 157.76 0.6 0.62
Hex 64 D8 AD 36 0 14 F 9E 3C 3E
Octal 144 330 255 66 0 24 17 236 74 76
Binary 1100100 11011000 10101101 110110 0 10100 1111 10011110 111100 111110

Color Harmonies of #64D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8AD

Black with #64D8AD

Text Example


Text Example

White with #64D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,173); }

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

background-color css

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

 a { background-color: rgb(100,216,173); }

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

border-color css

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

 span { border-color: rgb(100,216,173); }

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