Shades of Aquamarine #81EFDE
Tints of Aquamarine #81EFDE
RGB
CMYK
RGB Variations
Color information
#81EFDE (or 0x81EFDE) is known color: Aquamarine. HEX triplet: 81, EF and DE. RGB value is (129,239,222). Sum of RGB (Red+Green+Blue) = 129+239+222=590 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.86% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDE is #7E1021. Grayscale: #CCCCCC. Windows color (decimal): -8261666 or 14610305. OLE color: 14610305.
HSL color Cylindrical-coordinate representation of color #81EFDE: hue angle of 170.73º 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 #81EFDE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 222 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.06 |
| HSL | 170.73º | 0.77% | 0.72% | - |
| HSV(B) | 170.73º | 0.46% | 0.94% | - |
| XYZ | 53.1 | 71.67 | 80.14 | - |
| YUV | 204.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 222 | 0.46 | 0 | 0.07 | 0.06 | 170.73 | 0.77 | 0.72 |
| Hex | 81 | EF | DE | 2E | 0 | 7 | 6 | AB | 4D | 48 |
| Octal | 201 | 357 | 336 | 56 | 0 | 7 | 6 | 253 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11011110 | 101110 | 0 | 111 | 110 | 10101011 | 1001101 | 1001000 |
Color Harmonies of #81EFDE
Complementary color
Monochromatic Colors of #81EFDE
Black with #81EFDE
Text Example
Text Example
White with #81EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFDE; }
p { color: rgb(129,239,222); }
H1.HeaderClassName
{
color: #81EFDE;
}
.AnyTagClassName
{
color: #81EFDE;
}
</style>
background-color css
<style>
a { background-color: #81EFDE; }
a { background-color: rgb(129,239,222); }
div.DivClassName
{
background-color: #81EFDE;
}
.BgClassName
{
background-color: #81EFDE;
}
</style>
border-color css
<style>
span { border-color: #81EFDE; }
span { border-color: rgb(129,239,222); }
td.TdClassName
{
border-color: #81EFDE;
}
.TagClassName
{
border-color: #81EFDE;
}
</style>