Shades of Aquamarine #81FBC0
Tints of Aquamarine #81FBC0
RGB
CMYK
RGB Variations
Color information
#81FBC0 (or 0x81FBC0) is known color: Aquamarine. HEX triplet: 81, FB and C0. RGB value is (129,251,192). Sum of RGB (Red+Green+Blue) = 129+251+192=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FBC0 is #7E043F. Grayscale: #CFCFCF. Windows color (decimal): -8258624 or 12647297. OLE color: 12647297.
HSL color Cylindrical-coordinate representation of color #81FBC0: hue angle of 150.98º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FBC0 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 192 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.02 |
| HSL | 150.98º | 0.94% | 0.75% | - |
| HSV(B) | 150.98º | 0.49% | 0.98% | - |
| XYZ | 53.06 | 77.47 | 62.03 | - |
| YUV | 207.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 192 | 0.49 | 0 | 0.24 | 0.02 | 150.98 | 0.94 | 0.75 |
| Hex | 81 | FB | C0 | 31 | 0 | 18 | 2 | 97 | 5E | 4B |
| Octal | 201 | 373 | 300 | 61 | 0 | 30 | 2 | 227 | 136 | 113 |
| Binary | 10000001 | 11111011 | 11000000 | 110001 | 0 | 11000 | 10 | 10010111 | 1011110 | 1001011 |
Color Harmonies of #81FBC0
Complementary color
Monochromatic Colors of #81FBC0
Black with #81FBC0
Text Example
Text Example
White with #81FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FBC0; }
p { color: rgb(129,251,192); }
H1.HeaderClassName
{
color: #81FBC0;
}
.AnyTagClassName
{
color: #81FBC0;
}
</style>
background-color css
<style>
a { background-color: #81FBC0; }
a { background-color: rgb(129,251,192); }
div.DivClassName
{
background-color: #81FBC0;
}
.BgClassName
{
background-color: #81FBC0;
}
</style>
border-color css
<style>
span { border-color: #81FBC0; }
span { border-color: rgb(129,251,192); }
td.TdClassName
{
border-color: #81FBC0;
}
.TagClassName
{
border-color: #81FBC0;
}
</style>