Shades of Aquamarine #64FFAF
Tints of Aquamarine #64FFAF
RGB
CMYK
RGB Variations
Color information
#64FFAF (or 0x64FFAF) is known color: Aquamarine. HEX triplet: 64, FF and AF. RGB value is (100,255,175). Sum of RGB (Red+Green+Blue) = 100+255+175=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFAF is #9B0050. Grayscale: #C7C7C7. Windows color (decimal): -10158161 or 11534180. OLE color: 11534180.
HSL color Cylindrical-coordinate representation of color #64FFAF: hue angle of 149.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFAF is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 175 | - |
| CMYK | 0.61 | 0 | 0.31 | 0 |
| HSL | 149.03º | 1% | 0.7% | - |
| HSV(B) | 149.03º | 0.61% | 1% | - |
| XYZ | 48.75 | 77.32 | 52.91 | - |
| YUV | 199.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 175 | 0.61 | 0 | 0.31 | 0 | 149.03 | 1 | 0.7 |
| Hex | 64 | FF | AF | 3D | 0 | 1F | 0 | 95 | 64 | 46 |
| Octal | 144 | 377 | 257 | 75 | 0 | 37 | 0 | 225 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10101111 | 111101 | 0 | 11111 | 0 | 10010101 | 1100100 | 1000110 |
Color Harmonies of #64FFAF
Complementary color
Monochromatic Colors of #64FFAF
Black with #64FFAF
Text Example
Text Example
White with #64FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFAF; }
p { color: rgb(100,255,175); }
H1.HeaderClassName
{
color: #64FFAF;
}
.AnyTagClassName
{
color: #64FFAF;
}
</style>
background-color css
<style>
a { background-color: #64FFAF; }
a { background-color: rgb(100,255,175); }
div.DivClassName
{
background-color: #64FFAF;
}
.BgClassName
{
background-color: #64FFAF;
}
</style>
border-color css
<style>
span { border-color: #64FFAF; }
span { border-color: rgb(100,255,175); }
td.TdClassName
{
border-color: #64FFAF;
}
.TagClassName
{
border-color: #64FFAF;
}
</style>