Shades of Aquamarine #81FFDB
Tints of Aquamarine #81FFDB
RGB
CMYK
RGB Variations
Color information
#81FFDB (or 0x81FFDB) is known color: Aquamarine. HEX triplet: 81, FF and DB. RGB value is (129,255,219). Sum of RGB (Red+Green+Blue) = 129+255+219=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFDB is #7E0024. Grayscale: #D5D5D5. Windows color (decimal): -8257573 or 14417793. OLE color: 14417793.
HSL color Cylindrical-coordinate representation of color #81FFDB: hue angle of 162.86º 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 #81FFDB is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 219 | - |
| CMYK | 0.49 | 0 | 0.14 | 0 |
| HSL | 162.86º | 1% | 0.75% | - |
| HSV(B) | 162.86º | 0.49% | 1% | - |
| XYZ | 57.6 | 81.3 | 79.67 | - |
| YUV | 213.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 219 | 0.49 | 0 | 0.14 | 0 | 162.86 | 1 | 0.75 |
| Hex | 81 | FF | DB | 31 | 0 | E | 0 | A3 | 64 | 4B |
| Octal | 201 | 377 | 333 | 61 | 0 | 16 | 0 | 243 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11011011 | 110001 | 0 | 1110 | 0 | 10100011 | 1100100 | 1001011 |
Color Harmonies of #81FFDB
Complementary color
Monochromatic Colors of #81FFDB
Black with #81FFDB
Text Example
Text Example
White with #81FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFDB; }
p { color: rgb(129,255,219); }
H1.HeaderClassName
{
color: #81FFDB;
}
.AnyTagClassName
{
color: #81FFDB;
}
</style>
background-color css
<style>
a { background-color: #81FFDB; }
a { background-color: rgb(129,255,219); }
div.DivClassName
{
background-color: #81FFDB;
}
.BgClassName
{
background-color: #81FFDB;
}
</style>
border-color css
<style>
span { border-color: #81FFDB; }
span { border-color: rgb(129,255,219); }
td.TdClassName
{
border-color: #81FFDB;
}
.TagClassName
{
border-color: #81FFDB;
}
</style>