Shades of Aquamarine #81FBDB
Tints of Aquamarine #81FBDB
RGB
CMYK
RGB Variations
Color information
#81FBDB (or 0x81FBDB) is known color: Aquamarine. HEX triplet: 81, FB and DB. RGB value is (129,251,219). Sum of RGB (Red+Green+Blue) = 129+251+219=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FBDB is #7E0424. Grayscale: #D2D2D2. Windows color (decimal): -8258597 or 14416769. OLE color: 14416769.
HSL color Cylindrical-coordinate representation of color #81FBDB: hue angle of 164.26º 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 #81FBDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 219 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.02 |
| HSL | 164.26º | 0.94% | 0.75% | - |
| HSV(B) | 164.26º | 0.49% | 0.98% | - |
| XYZ | 56.34 | 78.78 | 79.25 | - |
| YUV | 210.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 219 | 0.49 | 0 | 0.13 | 0.02 | 164.26 | 0.94 | 0.75 |
| Hex | 81 | FB | DB | 31 | 0 | D | 2 | A4 | 5E | 4B |
| Octal | 201 | 373 | 333 | 61 | 0 | 15 | 2 | 244 | 136 | 113 |
| Binary | 10000001 | 11111011 | 11011011 | 110001 | 0 | 1101 | 10 | 10100100 | 1011110 | 1001011 |
Color Harmonies of #81FBDB
Complementary color
Monochromatic Colors of #81FBDB
Black with #81FBDB
Text Example
Text Example
White with #81FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FBDB; }
p { color: rgb(129,251,219); }
H1.HeaderClassName
{
color: #81FBDB;
}
.AnyTagClassName
{
color: #81FBDB;
}
</style>
background-color css
<style>
a { background-color: #81FBDB; }
a { background-color: rgb(129,251,219); }
div.DivClassName
{
background-color: #81FBDB;
}
.BgClassName
{
background-color: #81FBDB;
}
</style>
border-color css
<style>
span { border-color: #81FBDB; }
span { border-color: rgb(129,251,219); }
td.TdClassName
{
border-color: #81FBDB;
}
.TagClassName
{
border-color: #81FBDB;
}
</style>