Shades of Aquamarine #81F5BC
Tints of Aquamarine #81F5BC
RGB
CMYK
RGB Variations
Color information
#81F5BC (or 0x81F5BC) is known color: Aquamarine. HEX triplet: 81, F5 and BC. RGB value is (129,245,188). Sum of RGB (Red+Green+Blue) = 129+245+188=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #81F5BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F5BC is #7E0A43. Grayscale: #CBCBCB. Windows color (decimal): -8260164 or 12383617. OLE color: 12383617.
HSL color Cylindrical-coordinate representation of color #81F5BC: hue angle of 150.52º 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 #81F5BC is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 245 | 188 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.04 |
| HSL | 150.52º | 0.85% | 0.73% | - |
| HSV(B) | 150.52º | 0.47% | 0.96% | - |
| XYZ | 50.78 | 73.6 | 59.11 | - |
| YUV | 203.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 245 | 188 | 0.47 | 0 | 0.23 | 0.04 | 150.52 | 0.85 | 0.73 |
| Hex | 81 | F5 | BC | 2F | 0 | 17 | 4 | 97 | 55 | 49 |
| Octal | 201 | 365 | 274 | 57 | 0 | 27 | 4 | 227 | 125 | 111 |
| Binary | 10000001 | 11110101 | 10111100 | 101111 | 0 | 10111 | 100 | 10010111 | 1010101 | 1001001 |
Color Harmonies of #81F5BC
Complementary color
Monochromatic Colors of #81F5BC
Black with #81F5BC
Text Example
Text Example
White with #81F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F5BC; }
p { color: rgb(129,245,188); }
H1.HeaderClassName
{
color: #81F5BC;
}
.AnyTagClassName
{
color: #81F5BC;
}
</style>
background-color css
<style>
a { background-color: #81F5BC; }
a { background-color: rgb(129,245,188); }
div.DivClassName
{
background-color: #81F5BC;
}
.BgClassName
{
background-color: #81F5BC;
}
</style>
border-color css
<style>
span { border-color: #81F5BC; }
span { border-color: rgb(129,245,188); }
td.TdClassName
{
border-color: #81F5BC;
}
.TagClassName
{
border-color: #81F5BC;
}
</style>