Shades of Medium Aquamarine #64F0AB
Tints of Medium Aquamarine #64F0AB
RGB
CMYK
RGB Variations
Color information
#64F0AB (or 0x64F0AB) is known color: Medium Aquamarine. HEX triplet: 64, F0 and AB. RGB value is (100,240,171). Sum of RGB (Red+Green+Blue) = 100+240+171=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F0AB is #9B0F54. Grayscale: #BEBEBE. Windows color (decimal): -10162005 or 11268196. OLE color: 11268196.
HSL color Cylindrical-coordinate representation of color #64F0AB: hue angle of 150.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0AB is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 171 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.06 |
| HSL | 150.43º | 0.82% | 0.67% | - |
| HSV(B) | 150.43º | 0.58% | 0.94% | - |
| XYZ | 43.77 | 67.97 | 49.34 | - |
| YUV | 190.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 171 | 0.58 | 0 | 0.29 | 0.06 | 150.43 | 0.82 | 0.67 |
| Hex | 64 | F0 | AB | 3A | 0 | 1D | 6 | 96 | 52 | 43 |
| Octal | 144 | 360 | 253 | 72 | 0 | 35 | 6 | 226 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10101011 | 111010 | 0 | 11101 | 110 | 10010110 | 1010010 | 1000011 |
Color Harmonies of #64F0AB
Complementary color
Monochromatic Colors of #64F0AB
Black with #64F0AB
Text Example
Text Example
White with #64F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0AB; }
p { color: rgb(100,240,171); }
H1.HeaderClassName
{
color: #64F0AB;
}
.AnyTagClassName
{
color: #64F0AB;
}
</style>
background-color css
<style>
a { background-color: #64F0AB; }
a { background-color: rgb(100,240,171); }
div.DivClassName
{
background-color: #64F0AB;
}
.BgClassName
{
background-color: #64F0AB;
}
</style>
border-color css
<style>
span { border-color: #64F0AB; }
span { border-color: rgb(100,240,171); }
td.TdClassName
{
border-color: #64F0AB;
}
.TagClassName
{
border-color: #64F0AB;
}
</style>