Shades of Aquamarine #81ECC9
Tints of Aquamarine #81ECC9
RGB
CMYK
RGB Variations
Color information
#81ECC9 (or 0x81ECC9) is known color: Aquamarine. HEX triplet: 81, EC and C9. RGB value is (129,236,201). Sum of RGB (Red+Green+Blue) = 129+236+201=566 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.79% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECC9 is #7E1336. Grayscale: #C8C8C8. Windows color (decimal): -8262455 or 13233281. OLE color: 13233281.
HSL color Cylindrical-coordinate representation of color #81ECC9: hue angle of 160.37º 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 #81ECC9 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 201 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.07 |
| HSL | 160.37º | 0.74% | 0.72% | - |
| HSV(B) | 160.37º | 0.45% | 0.93% | - |
| XYZ | 49.59 | 68.88 | 65.94 | - |
| YUV | 200.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 201 | 0.45 | 0 | 0.15 | 0.07 | 160.37 | 0.74 | 0.72 |
| Hex | 81 | EC | C9 | 2D | 0 | F | 7 | A0 | 4A | 48 |
| Octal | 201 | 354 | 311 | 55 | 0 | 17 | 7 | 240 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11001001 | 101101 | 0 | 1111 | 111 | 10100000 | 1001010 | 1001000 |
Color Harmonies of #81ECC9
Complementary color
Monochromatic Colors of #81ECC9
Black with #81ECC9
Text Example
Text Example
White with #81ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECC9; }
p { color: rgb(129,236,201); }
H1.HeaderClassName
{
color: #81ECC9;
}
.AnyTagClassName
{
color: #81ECC9;
}
</style>
background-color css
<style>
a { background-color: #81ECC9; }
a { background-color: rgb(129,236,201); }
div.DivClassName
{
background-color: #81ECC9;
}
.BgClassName
{
background-color: #81ECC9;
}
</style>
border-color css
<style>
span { border-color: #81ECC9; }
span { border-color: rgb(129,236,201); }
td.TdClassName
{
border-color: #81ECC9;
}
.TagClassName
{
border-color: #81ECC9;
}
</style>