Shades of Aquamarine #81EDD1
Tints of Aquamarine #81EDD1
RGB
CMYK
RGB Variations
Color information
#81EDD1 (or 0x81EDD1) is known color: Aquamarine. HEX triplet: 81, ED and D1. RGB value is (129,237,209). Sum of RGB (Red+Green+Blue) = 129+237+209=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDD1 is #7E122E. Grayscale: #C9C9C9. Windows color (decimal): -8262191 or 13757825. OLE color: 13757825.
HSL color Cylindrical-coordinate representation of color #81EDD1: hue angle of 164.44º 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 #81EDD1 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 209 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.07 |
| HSL | 164.44º | 0.75% | 0.72% | - |
| HSV(B) | 164.44º | 0.46% | 0.93% | - |
| XYZ | 50.85 | 69.84 | 71.12 | - |
| YUV | 201.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 209 | 0.46 | 0 | 0.12 | 0.07 | 164.44 | 0.75 | 0.72 |
| Hex | 81 | ED | D1 | 2E | 0 | C | 7 | A4 | 4B | 48 |
| Octal | 201 | 355 | 321 | 56 | 0 | 14 | 7 | 244 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11010001 | 101110 | 0 | 1100 | 111 | 10100100 | 1001011 | 1001000 |
Color Harmonies of #81EDD1
Complementary color
Monochromatic Colors of #81EDD1
Black with #81EDD1
Text Example
Text Example
White with #81EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDD1; }
p { color: rgb(129,237,209); }
H1.HeaderClassName
{
color: #81EDD1;
}
.AnyTagClassName
{
color: #81EDD1;
}
</style>
background-color css
<style>
a { background-color: #81EDD1; }
a { background-color: rgb(129,237,209); }
div.DivClassName
{
background-color: #81EDD1;
}
.BgClassName
{
background-color: #81EDD1;
}
</style>
border-color css
<style>
span { border-color: #81EDD1; }
span { border-color: rgb(129,237,209); }
td.TdClassName
{
border-color: #81EDD1;
}
.TagClassName
{
border-color: #81EDD1;
}
</style>