Shades of Aquamarine #81FFAF
Tints of Aquamarine #81FFAF
RGB
CMYK
RGB Variations
Color information
#81FFAF (or 0x81FFAF) is known color: Aquamarine. HEX triplet: 81, FF and AF. RGB value is (129,255,175). Sum of RGB (Red+Green+Blue) = 129+255+175=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FFAF is #7E0050. Grayscale: #D0D0D0. Windows color (decimal): -8257617 or 11534209. OLE color: 11534209.
HSL color Cylindrical-coordinate representation of color #81FFAF: hue angle of 141.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFAF is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 175 | - |
| CMYK | 0.49 | 0 | 0.31 | 0 |
| HSL | 141.9º | 1% | 0.75% | - |
| HSV(B) | 141.9º | 0.49% | 1% | - |
| XYZ | 52.55 | 79.28 | 53.09 | - |
| YUV | 208.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 175 | 0.49 | 0 | 0.31 | 0 | 141.9 | 1 | 0.75 |
| Hex | 81 | FF | AF | 31 | 0 | 1F | 0 | 8E | 64 | 4B |
| Octal | 201 | 377 | 257 | 61 | 0 | 37 | 0 | 216 | 144 | 113 |
| Binary | 10000001 | 11111111 | 10101111 | 110001 | 0 | 11111 | 0 | 10001110 | 1100100 | 1001011 |
Color Harmonies of #81FFAF
Complementary color
Monochromatic Colors of #81FFAF
Black with #81FFAF
Text Example
Text Example
White with #81FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFAF; }
p { color: rgb(129,255,175); }
H1.HeaderClassName
{
color: #81FFAF;
}
.AnyTagClassName
{
color: #81FFAF;
}
</style>
background-color css
<style>
a { background-color: #81FFAF; }
a { background-color: rgb(129,255,175); }
div.DivClassName
{
background-color: #81FFAF;
}
.BgClassName
{
background-color: #81FFAF;
}
</style>
border-color css
<style>
span { border-color: #81FFAF; }
span { border-color: rgb(129,255,175); }
td.TdClassName
{
border-color: #81FFAF;
}
.TagClassName
{
border-color: #81FFAF;
}
</style>