Shades of Aquamarine #81EBDD
Tints of Aquamarine #81EBDD
RGB
CMYK
RGB Variations
Color information
#81EBDD (or 0x81EBDD) is known color: Aquamarine. HEX triplet: 81, EB and DD. RGB value is (129,235,221). Sum of RGB (Red+Green+Blue) = 129+235+221=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EBDD is #7E1422. Grayscale: #C9C9C9. Windows color (decimal): -8262691 or 14543745. OLE color: 14543745.
HSL color Cylindrical-coordinate representation of color #81EBDD: hue angle of 172.08º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBDD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 235 | 221 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.08 |
| HSL | 172.08º | 0.73% | 0.71% | - |
| HSV(B) | 172.08º | 0.45% | 0.92% | - |
| XYZ | 51.81 | 69.3 | 79.05 | - |
| YUV | 201.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 235 | 221 | 0.45 | 0 | 0.06 | 0.08 | 172.08 | 0.73 | 0.71 |
| Hex | 81 | EB | DD | 2D | 0 | 6 | 8 | AC | 49 | 47 |
| Octal | 201 | 353 | 335 | 55 | 0 | 6 | 10 | 254 | 111 | 107 |
| Binary | 10000001 | 11101011 | 11011101 | 101101 | 0 | 110 | 1000 | 10101100 | 1001001 | 1000111 |
Color Harmonies of #81EBDD
Complementary color
Monochromatic Colors of #81EBDD
Black with #81EBDD
Text Example
Text Example
White with #81EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EBDD; }
p { color: rgb(129,235,221); }
H1.HeaderClassName
{
color: #81EBDD;
}
.AnyTagClassName
{
color: #81EBDD;
}
</style>
background-color css
<style>
a { background-color: #81EBDD; }
a { background-color: rgb(129,235,221); }
div.DivClassName
{
background-color: #81EBDD;
}
.BgClassName
{
background-color: #81EBDD;
}
</style>
border-color css
<style>
span { border-color: #81EBDD; }
span { border-color: rgb(129,235,221); }
td.TdClassName
{
border-color: #81EBDD;
}
.TagClassName
{
border-color: #81EBDD;
}
</style>