Shades of Medium Aquamarine #64D99F
Tints of Medium Aquamarine #64D99F
RGB
CMYK
RGB Variations
Color information
#64D99F (or 0x64D99F) is known color: Medium Aquamarine. HEX triplet: 64, D9 and 9F. RGB value is (100,217,159). Sum of RGB (Red+Green+Blue) = 100+217+159=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #64D99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D99F is #9B2660. Grayscale: #AFAFAF. Windows color (decimal): -10167905 or 10475876. OLE color: 10475876.
HSL color Cylindrical-coordinate representation of color #64D99F: hue angle of 150.26º 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 #64D99F is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 159 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.15 |
| HSL | 150.26º | 0.61% | 0.62% | - |
| HSV(B) | 150.26º | 0.54% | 0.85% | - |
| XYZ | 36.33 | 54.84 | 41.47 | - |
| YUV | 175.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 159 | 0.54 | 0 | 0.27 | 0.15 | 150.26 | 0.61 | 0.62 |
| Hex | 64 | D9 | 9F | 36 | 0 | 1B | F | 96 | 3D | 3E |
| Octal | 144 | 331 | 237 | 66 | 0 | 33 | 17 | 226 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10011111 | 110110 | 0 | 11011 | 1111 | 10010110 | 111101 | 111110 |
Color Harmonies of #64D99F
Complementary color
Monochromatic Colors of #64D99F
Black with #64D99F
Text Example
Text Example
White with #64D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D99F; }
p { color: rgb(100,217,159); }
H1.HeaderClassName
{
color: #64D99F;
}
.AnyTagClassName
{
color: #64D99F;
}
</style>
background-color css
<style>
a { background-color: #64D99F; }
a { background-color: rgb(100,217,159); }
div.DivClassName
{
background-color: #64D99F;
}
.BgClassName
{
background-color: #64D99F;
}
</style>
border-color css
<style>
span { border-color: #64D99F; }
span { border-color: rgb(100,217,159); }
td.TdClassName
{
border-color: #64D99F;
}
.TagClassName
{
border-color: #64D99F;
}
</style>