Shades of Aquamarine #81ECDD
Tints of Aquamarine #81ECDD
RGB
CMYK
RGB Variations
Color information
#81ECDD (or 0x81ECDD) is known color: Aquamarine. HEX triplet: 81, EC and DD. RGB value is (129,236,221). Sum of RGB (Red+Green+Blue) = 129+236+221=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECDD is #7E1322. Grayscale: #CACACA. Windows color (decimal): -8262435 or 14544001. OLE color: 14544001.
HSL color Cylindrical-coordinate representation of color #81ECDD: hue angle of 171.59º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ECDD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 221 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.07 |
| HSL | 171.59º | 0.74% | 0.72% | - |
| HSV(B) | 171.59º | 0.45% | 0.93% | - |
| XYZ | 52.1 | 69.88 | 79.15 | - |
| YUV | 202.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 221 | 0.45 | 0 | 0.06 | 0.07 | 171.59 | 0.74 | 0.72 |
| Hex | 81 | EC | DD | 2D | 0 | 6 | 7 | AC | 4A | 48 |
| Octal | 201 | 354 | 335 | 55 | 0 | 6 | 7 | 254 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11011101 | 101101 | 0 | 110 | 111 | 10101100 | 1001010 | 1001000 |
Color Harmonies of #81ECDD
Complementary color
Monochromatic Colors of #81ECDD
Black with #81ECDD
Text Example
Text Example
White with #81ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECDD; }
p { color: rgb(129,236,221); }
H1.HeaderClassName
{
color: #81ECDD;
}
.AnyTagClassName
{
color: #81ECDD;
}
</style>
background-color css
<style>
a { background-color: #81ECDD; }
a { background-color: rgb(129,236,221); }
div.DivClassName
{
background-color: #81ECDD;
}
.BgClassName
{
background-color: #81ECDD;
}
</style>
border-color css
<style>
span { border-color: #81ECDD; }
span { border-color: rgb(129,236,221); }
td.TdClassName
{
border-color: #81ECDD;
}
.TagClassName
{
border-color: #81ECDD;
}
</style>