Shades of Aquamarine #81EEE2
Tints of Aquamarine #81EEE2
RGB
CMYK
RGB Variations
Color information
#81EEE2 (or 0x81EEE2) is known color: Aquamarine. HEX triplet: 81, EE and E2. RGB value is (129,238,226). Sum of RGB (Red+Green+Blue) = 129+238+226=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEE2 is #7E111D. Grayscale: #CBCBCB. Windows color (decimal): -8261918 or 14872193. OLE color: 14872193.
HSL color Cylindrical-coordinate representation of color #81EEE2: hue angle of 173.39º degrees, saturation: 0.76, 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 #81EEE2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 226 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.07 |
| HSL | 173.39º | 0.76% | 0.72% | - |
| HSV(B) | 173.39º | 0.46% | 0.93% | - |
| XYZ | 53.36 | 71.31 | 82.9 | - |
| YUV | 204.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 226 | 0.46 | 0 | 0.05 | 0.07 | 173.39 | 0.76 | 0.72 |
| Hex | 81 | EE | E2 | 2E | 0 | 5 | 7 | AD | 4C | 48 |
| Octal | 201 | 356 | 342 | 56 | 0 | 5 | 7 | 255 | 114 | 110 |
| Binary | 10000001 | 11101110 | 11100010 | 101110 | 0 | 101 | 111 | 10101101 | 1001100 | 1001000 |
Color Harmonies of #81EEE2
Complementary color
Monochromatic Colors of #81EEE2
Black with #81EEE2
Text Example
Text Example
White with #81EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEE2; }
p { color: rgb(129,238,226); }
H1.HeaderClassName
{
color: #81EEE2;
}
.AnyTagClassName
{
color: #81EEE2;
}
</style>
background-color css
<style>
a { background-color: #81EEE2; }
a { background-color: rgb(129,238,226); }
div.DivClassName
{
background-color: #81EEE2;
}
.BgClassName
{
background-color: #81EEE2;
}
</style>
border-color css
<style>
span { border-color: #81EEE2; }
span { border-color: rgb(129,238,226); }
td.TdClassName
{
border-color: #81EEE2;
}
.TagClassName
{
border-color: #81EEE2;
}
</style>