Shades of Aquamarine #81EFDB
Tints of Aquamarine #81EFDB
RGB
CMYK
RGB Variations
Color information
#81EFDB (or 0x81EFDB) is known color: Aquamarine. HEX triplet: 81, EF and DB. RGB value is (129,239,219). Sum of RGB (Red+Green+Blue) = 129+239+219=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDB is #7E1024. Grayscale: #CBCBCB. Windows color (decimal): -8261669 or 14413697. OLE color: 14413697.
HSL color Cylindrical-coordinate representation of color #81EFDB: hue angle of 169.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 169.09º | 0.77% | 0.72% | - |
| HSV(B) | 169.09º | 0.46% | 0.94% | - |
| XYZ | 52.71 | 71.51 | 78.04 | - |
| YUV | 203.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 219 | 0.46 | 0 | 0.08 | 0.06 | 169.09 | 0.77 | 0.72 |
| Hex | 81 | EF | DB | 2E | 0 | 8 | 6 | A9 | 4D | 48 |
| Octal | 201 | 357 | 333 | 56 | 0 | 10 | 6 | 251 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11011011 | 101110 | 0 | 1000 | 110 | 10101001 | 1001101 | 1001000 |
Color Harmonies of #81EFDB
Complementary color
Monochromatic Colors of #81EFDB
Black with #81EFDB
Text Example
Text Example
White with #81EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFDB; }
p { color: rgb(129,239,219); }
H1.HeaderClassName
{
color: #81EFDB;
}
.AnyTagClassName
{
color: #81EFDB;
}
</style>
background-color css
<style>
a { background-color: #81EFDB; }
a { background-color: rgb(129,239,219); }
div.DivClassName
{
background-color: #81EFDB;
}
.BgClassName
{
background-color: #81EFDB;
}
</style>
border-color css
<style>
span { border-color: #81EFDB; }
span { border-color: rgb(129,239,219); }
td.TdClassName
{
border-color: #81EFDB;
}
.TagClassName
{
border-color: #81EFDB;
}
</style>