Shades of Medium Aquamarine #64F0AF
Tints of Medium Aquamarine #64F0AF
RGB
CMYK
RGB Variations
Color information
#64F0AF (or 0x64F0AF) is known color: Medium Aquamarine. HEX triplet: 64, F0 and AF. RGB value is (100,240,175). Sum of RGB (Red+Green+Blue) = 100+240+175=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F0AF is #9B0F50. Grayscale: #BEBEBE. Windows color (decimal): -10162001 or 11530340. OLE color: 11530340.
HSL color Cylindrical-coordinate representation of color #64F0AF: hue angle of 152.14º 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 #64F0AF is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 175 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.06 |
| HSL | 152.14º | 0.82% | 0.67% | - |
| HSV(B) | 152.14º | 0.58% | 0.94% | - |
| XYZ | 44.15 | 68.12 | 51.38 | - |
| YUV | 190.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 175 | 0.58 | 0 | 0.27 | 0.06 | 152.14 | 0.82 | 0.67 |
| Hex | 64 | F0 | AF | 3A | 0 | 1B | 6 | 98 | 52 | 43 |
| Octal | 144 | 360 | 257 | 72 | 0 | 33 | 6 | 230 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10101111 | 111010 | 0 | 11011 | 110 | 10011000 | 1010010 | 1000011 |
Color Harmonies of #64F0AF
Complementary color
Monochromatic Colors of #64F0AF
Black with #64F0AF
Text Example
Text Example
White with #64F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0AF; }
p { color: rgb(100,240,175); }
H1.HeaderClassName
{
color: #64F0AF;
}
.AnyTagClassName
{
color: #64F0AF;
}
</style>
background-color css
<style>
a { background-color: #64F0AF; }
a { background-color: rgb(100,240,175); }
div.DivClassName
{
background-color: #64F0AF;
}
.BgClassName
{
background-color: #64F0AF;
}
</style>
border-color css
<style>
span { border-color: #64F0AF; }
span { border-color: rgb(100,240,175); }
td.TdClassName
{
border-color: #64F0AF;
}
.TagClassName
{
border-color: #64F0AF;
}
</style>