Shades of Aquamarine #81EDDD
Tints of Aquamarine #81EDDD
RGB
CMYK
RGB Variations
Color information
#81EDDD (or 0x81EDDD) is known color: Aquamarine. HEX triplet: 81, ED and DD. RGB value is (129,237,221). Sum of RGB (Red+Green+Blue) = 129+237+221=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDDD is #7E1222. Grayscale: #CACACA. Windows color (decimal): -8262179 or 14544257. OLE color: 14544257.
HSL color Cylindrical-coordinate representation of color #81EDDD: hue angle of 171.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDDD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 221 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.07 |
| HSL | 171.11º | 0.75% | 0.72% | - |
| HSV(B) | 171.11º | 0.46% | 0.93% | - |
| XYZ | 52.39 | 70.46 | 79.24 | - |
| YUV | 202.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 221 | 0.46 | 0 | 0.07 | 0.07 | 171.11 | 0.75 | 0.72 |
| Hex | 81 | ED | DD | 2E | 0 | 7 | 7 | AB | 4B | 48 |
| Octal | 201 | 355 | 335 | 56 | 0 | 7 | 7 | 253 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11011101 | 101110 | 0 | 111 | 111 | 10101011 | 1001011 | 1001000 |
Color Harmonies of #81EDDD
Complementary color
Monochromatic Colors of #81EDDD
Black with #81EDDD
Text Example
Text Example
White with #81EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDDD; }
p { color: rgb(129,237,221); }
H1.HeaderClassName
{
color: #81EDDD;
}
.AnyTagClassName
{
color: #81EDDD;
}
</style>
background-color css
<style>
a { background-color: #81EDDD; }
a { background-color: rgb(129,237,221); }
div.DivClassName
{
background-color: #81EDDD;
}
.BgClassName
{
background-color: #81EDDD;
}
</style>
border-color css
<style>
span { border-color: #81EDDD; }
span { border-color: rgb(129,237,221); }
td.TdClassName
{
border-color: #81EDDD;
}
.TagClassName
{
border-color: #81EDDD;
}
</style>