Shades of Aquamarine #81FEBC
Tints of Aquamarine #81FEBC
RGB
CMYK
RGB Variations
Color information
#81FEBC (or 0x81FEBC) is known color: Aquamarine. HEX triplet: 81, FE and BC. RGB value is (129,254,188). Sum of RGB (Red+Green+Blue) = 129+254+188=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FEBC is #7E0143. Grayscale: #D1D1D1. Windows color (decimal): -8257860 or 12385921. OLE color: 12385921.
HSL color Cylindrical-coordinate representation of color #81FEBC: hue angle of 148.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEBC is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 188 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.00 |
| HSL | 148.32º | 0.98% | 0.75% | - |
| HSV(B) | 148.32º | 0.49% | 1% | - |
| XYZ | 53.57 | 79.18 | 60.04 | - |
| YUV | 209.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 188 | 0.49 | 0 | 0.26 | 0.00 | 148.32 | 0.98 | 0.75 |
| Hex | 81 | FE | BC | 31 | 0 | 1A | 0 | 94 | 62 | 4B |
| Octal | 201 | 376 | 274 | 61 | 0 | 32 | 0 | 224 | 142 | 113 |
| Binary | 10000001 | 11111110 | 10111100 | 110001 | 0 | 11010 | 0 | 10010100 | 1100010 | 1001011 |
Color Harmonies of #81FEBC
Complementary color
Monochromatic Colors of #81FEBC
Black with #81FEBC
Text Example
Text Example
White with #81FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEBC; }
p { color: rgb(129,254,188); }
H1.HeaderClassName
{
color: #81FEBC;
}
.AnyTagClassName
{
color: #81FEBC;
}
</style>
background-color css
<style>
a { background-color: #81FEBC; }
a { background-color: rgb(129,254,188); }
div.DivClassName
{
background-color: #81FEBC;
}
.BgClassName
{
background-color: #81FEBC;
}
</style>
border-color css
<style>
span { border-color: #81FEBC; }
span { border-color: rgb(129,254,188); }
td.TdClassName
{
border-color: #81FEBC;
}
.TagClassName
{
border-color: #81FEBC;
}
</style>