Shades of Medium Aquamarine #64F6AF
Tints of Medium Aquamarine #64F6AF
RGB
CMYK
RGB Variations
Color information
#64F6AF (or 0x64F6AF) is known color: Medium Aquamarine. HEX triplet: 64, F6 and AF. RGB value is (100,246,175). Sum of RGB (Red+Green+Blue) = 100+246+175=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6AF is #9B0950. Grayscale: #C2C2C2. Windows color (decimal): -10160465 or 11531876. OLE color: 11531876.
HSL color Cylindrical-coordinate representation of color #64F6AF: hue angle of 150.82º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6AF is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 175 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.04 |
| HSL | 150.82º | 0.89% | 0.68% | - |
| HSV(B) | 150.82º | 0.59% | 0.96% | - |
| XYZ | 45.95 | 71.72 | 51.98 | - |
| YUV | 194.25 | 117.13 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 175 | 0.59 | 0 | 0.29 | 0.04 | 150.82 | 0.89 | 0.68 |
| Hex | 64 | F6 | AF | 3B | 0 | 1D | 4 | 97 | 59 | 44 |
| Octal | 144 | 366 | 257 | 73 | 0 | 35 | 4 | 227 | 131 | 104 |
| Binary | 1100100 | 11110110 | 10101111 | 111011 | 0 | 11101 | 100 | 10010111 | 1011001 | 1000100 |
Color Harmonies of #64F6AF
Complementary color
Monochromatic Colors of #64F6AF
Black with #64F6AF
Text Example
Text Example
White with #64F6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6AF; }
p { color: rgb(100,246,175); }
H1.HeaderClassName
{
color: #64F6AF;
}
.AnyTagClassName
{
color: #64F6AF;
}
</style>
background-color css
<style>
a { background-color: #64F6AF; }
a { background-color: rgb(100,246,175); }
div.DivClassName
{
background-color: #64F6AF;
}
.BgClassName
{
background-color: #64F6AF;
}
</style>
border-color css
<style>
span { border-color: #64F6AF; }
span { border-color: rgb(100,246,175); }
td.TdClassName
{
border-color: #64F6AF;
}
.TagClassName
{
border-color: #64F6AF;
}
</style>