Shades of Aquamarine #81F5B9
Tints of Aquamarine #81F5B9
RGB
CMYK
RGB Variations
Color information
#81F5B9 (or 0x81F5B9) is known color: Aquamarine. HEX triplet: 81, F5 and B9. RGB value is (129,245,185). Sum of RGB (Red+Green+Blue) = 129+245+185=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #81F5B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F5B9 is #7E0A46. Grayscale: #CBCBCB. Windows color (decimal): -8260167 or 12187009. OLE color: 12187009.
HSL color Cylindrical-coordinate representation of color #81F5B9: hue angle of 148.97º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F5B9 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 245 | 185 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.04 |
| HSL | 148.97º | 0.85% | 0.73% | - |
| HSV(B) | 148.97º | 0.47% | 0.96% | - |
| XYZ | 50.46 | 73.47 | 57.42 | - |
| YUV | 203.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 245 | 185 | 0.47 | 0 | 0.24 | 0.04 | 148.97 | 0.85 | 0.73 |
| Hex | 81 | F5 | B9 | 2F | 0 | 18 | 4 | 95 | 55 | 49 |
| Octal | 201 | 365 | 271 | 57 | 0 | 30 | 4 | 225 | 125 | 111 |
| Binary | 10000001 | 11110101 | 10111001 | 101111 | 0 | 11000 | 100 | 10010101 | 1010101 | 1001001 |
Color Harmonies of #81F5B9
Complementary color
Monochromatic Colors of #81F5B9
Black with #81F5B9
Text Example
Text Example
White with #81F5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F5B9; }
p { color: rgb(129,245,185); }
H1.HeaderClassName
{
color: #81F5B9;
}
.AnyTagClassName
{
color: #81F5B9;
}
</style>
background-color css
<style>
a { background-color: #81F5B9; }
a { background-color: rgb(129,245,185); }
div.DivClassName
{
background-color: #81F5B9;
}
.BgClassName
{
background-color: #81F5B9;
}
</style>
border-color css
<style>
span { border-color: #81F5B9; }
span { border-color: rgb(129,245,185); }
td.TdClassName
{
border-color: #81F5B9;
}
.TagClassName
{
border-color: #81F5B9;
}
</style>