Shades of Aquamarine #81FFBF
Tints of Aquamarine #81FFBF
RGB
CMYK
RGB Variations
Color information
#81FFBF (or 0x81FFBF) is known color: Aquamarine. HEX triplet: 81, FF and BF. RGB value is (129,255,191). Sum of RGB (Red+Green+Blue) = 129+255+191=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFBF is #7E0040. Grayscale: #D2D2D2. Windows color (decimal): -8257601 or 12582785. OLE color: 12582785.
HSL color Cylindrical-coordinate representation of color #81FFBF: hue angle of 149.52º 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 #81FFBF is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 191 | - |
| CMYK | 0.49 | 0 | 0.25 | 0 |
| HSL | 149.52º | 1% | 0.75% | - |
| HSV(B) | 149.52º | 0.49% | 1% | - |
| XYZ | 54.22 | 79.95 | 61.86 | - |
| YUV | 210.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 191 | 0.49 | 0 | 0.25 | 0 | 149.52 | 1 | 0.75 |
| Hex | 81 | FF | BF | 31 | 0 | 19 | 0 | 96 | 64 | 4B |
| Octal | 201 | 377 | 277 | 61 | 0 | 31 | 0 | 226 | 144 | 113 |
| Binary | 10000001 | 11111111 | 10111111 | 110001 | 0 | 11001 | 0 | 10010110 | 1100100 | 1001011 |
Color Harmonies of #81FFBF
Complementary color
Monochromatic Colors of #81FFBF
Black with #81FFBF
Text Example
Text Example
White with #81FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFBF; }
p { color: rgb(129,255,191); }
H1.HeaderClassName
{
color: #81FFBF;
}
.AnyTagClassName
{
color: #81FFBF;
}
</style>
background-color css
<style>
a { background-color: #81FFBF; }
a { background-color: rgb(129,255,191); }
div.DivClassName
{
background-color: #81FFBF;
}
.BgClassName
{
background-color: #81FFBF;
}
</style>
border-color css
<style>
span { border-color: #81FFBF; }
span { border-color: rgb(129,255,191); }
td.TdClassName
{
border-color: #81FFBF;
}
.TagClassName
{
border-color: #81FFBF;
}
</style>