Shades of Aquamarine #81EFDD
Tints of Aquamarine #81EFDD
RGB
CMYK
RGB Variations
Color information
#81EFDD (or 0x81EFDD) is known color: Aquamarine. HEX triplet: 81, EF and DD. RGB value is (129,239,221). Sum of RGB (Red+Green+Blue) = 129+239+221=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDD is #7E1022. Grayscale: #CCCCCC. Windows color (decimal): -8261667 or 14544769. OLE color: 14544769.
HSL color Cylindrical-coordinate representation of color #81EFDD: hue angle of 170.18º 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 #81EFDD is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 221 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 170.18º | 0.77% | 0.72% | - |
| HSV(B) | 170.18º | 0.46% | 0.94% | - |
| XYZ | 52.97 | 71.62 | 79.44 | - |
| YUV | 204.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 221 | 0.46 | 0 | 0.08 | 0.06 | 170.18 | 0.77 | 0.72 |
| Hex | 81 | EF | DD | 2E | 0 | 8 | 6 | AA | 4D | 48 |
| Octal | 201 | 357 | 335 | 56 | 0 | 10 | 6 | 252 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11011101 | 101110 | 0 | 1000 | 110 | 10101010 | 1001101 | 1001000 |
Color Harmonies of #81EFDD
Complementary color
Monochromatic Colors of #81EFDD
Black with #81EFDD
Text Example
Text Example
White with #81EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFDD; }
p { color: rgb(129,239,221); }
H1.HeaderClassName
{
color: #81EFDD;
}
.AnyTagClassName
{
color: #81EFDD;
}
</style>
background-color css
<style>
a { background-color: #81EFDD; }
a { background-color: rgb(129,239,221); }
div.DivClassName
{
background-color: #81EFDD;
}
.BgClassName
{
background-color: #81EFDD;
}
</style>
border-color css
<style>
span { border-color: #81EFDD; }
span { border-color: rgb(129,239,221); }
td.TdClassName
{
border-color: #81EFDD;
}
.TagClassName
{
border-color: #81EFDD;
}
</style>