Shades of Aquamarine #81EFE2
Tints of Aquamarine #81EFE2
RGB
CMYK
RGB Variations
Color information
#81EFE2 (or 0x81EFE2) is known color: Aquamarine. HEX triplet: 81, EF and E2. RGB value is (129,239,226). Sum of RGB (Red+Green+Blue) = 129+239+226=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFE2 is #7E101D. Grayscale: #CCCCCC. Windows color (decimal): -8261662 or 14872449. OLE color: 14872449.
HSL color Cylindrical-coordinate representation of color #81EFE2: hue angle of 172.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFE2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 226 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.06 |
| HSL | 172.91º | 0.77% | 0.72% | - |
| HSV(B) | 172.91º | 0.46% | 0.94% | - |
| XYZ | 53.65 | 71.89 | 83 | - |
| YUV | 204.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 226 | 0.46 | 0 | 0.05 | 0.06 | 172.91 | 0.77 | 0.72 |
| Hex | 81 | EF | E2 | 2E | 0 | 5 | 6 | AD | 4D | 48 |
| Octal | 201 | 357 | 342 | 56 | 0 | 5 | 6 | 255 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11100010 | 101110 | 0 | 101 | 110 | 10101101 | 1001101 | 1001000 |
Color Harmonies of #81EFE2
Complementary color
Monochromatic Colors of #81EFE2
Black with #81EFE2
Text Example
Text Example
White with #81EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFE2; }
p { color: rgb(129,239,226); }
H1.HeaderClassName
{
color: #81EFE2;
}
.AnyTagClassName
{
color: #81EFE2;
}
</style>
background-color css
<style>
a { background-color: #81EFE2; }
a { background-color: rgb(129,239,226); }
div.DivClassName
{
background-color: #81EFE2;
}
.BgClassName
{
background-color: #81EFE2;
}
</style>
border-color css
<style>
span { border-color: #81EFE2; }
span { border-color: rgb(129,239,226); }
td.TdClassName
{
border-color: #81EFE2;
}
.TagClassName
{
border-color: #81EFE2;
}
</style>