Shades of Aquamarine #81FFBC
Tints of Aquamarine #81FFBC
RGB
CMYK
RGB Variations
Color information
#81FFBC (or 0x81FFBC) is known color: Aquamarine. HEX triplet: 81, FF and BC. RGB value is (129,255,188). Sum of RGB (Red+Green+Blue) = 129+255+188=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFBC is #7E0043. Grayscale: #D1D1D1. Windows color (decimal): -8257604 or 12386177. OLE color: 12386177.
HSL color Cylindrical-coordinate representation of color #81FFBC: hue angle of 148.1º 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 #81FFBC is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 188 | - |
| CMYK | 0.49 | 0 | 0.26 | 0 |
| HSL | 148.1º | 1% | 0.75% | - |
| HSV(B) | 148.1º | 0.49% | 1% | - |
| XYZ | 53.89 | 79.82 | 60.14 | - |
| YUV | 209.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 188 | 0.49 | 0 | 0.26 | 0 | 148.1 | 1 | 0.75 |
| Hex | 81 | FF | BC | 31 | 0 | 1A | 0 | 94 | 64 | 4B |
| Octal | 201 | 377 | 274 | 61 | 0 | 32 | 0 | 224 | 144 | 113 |
| Binary | 10000001 | 11111111 | 10111100 | 110001 | 0 | 11010 | 0 | 10010100 | 1100100 | 1001011 |
Color Harmonies of #81FFBC
Complementary color
Monochromatic Colors of #81FFBC
Black with #81FFBC
Text Example
Text Example
White with #81FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFBC; }
p { color: rgb(129,255,188); }
H1.HeaderClassName
{
color: #81FFBC;
}
.AnyTagClassName
{
color: #81FFBC;
}
</style>
background-color css
<style>
a { background-color: #81FFBC; }
a { background-color: rgb(129,255,188); }
div.DivClassName
{
background-color: #81FFBC;
}
.BgClassName
{
background-color: #81FFBC;
}
</style>
border-color css
<style>
span { border-color: #81FFBC; }
span { border-color: rgb(129,255,188); }
td.TdClassName
{
border-color: #81FFBC;
}
.TagClassName
{
border-color: #81FFBC;
}
</style>