Shades of Aquamarine #81EFE0
Tints of Aquamarine #81EFE0
RGB
CMYK
RGB Variations
Color information
#81EFE0 (or 0x81EFE0) is known color: Aquamarine. HEX triplet: 81, EF and E0. RGB value is (129,239,224). Sum of RGB (Red+Green+Blue) = 129+239+224=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFE0 is #7E101F. Grayscale: #CCCCCC. Windows color (decimal): -8261664 or 14741377. OLE color: 14741377.
HSL color Cylindrical-coordinate representation of color #81EFE0: hue angle of 171.82º 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 #81EFE0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 224 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.06 |
| HSL | 171.82º | 0.77% | 0.72% | - |
| HSV(B) | 171.82º | 0.46% | 0.94% | - |
| XYZ | 53.37 | 71.78 | 81.56 | - |
| YUV | 204.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 224 | 0.46 | 0 | 0.06 | 0.06 | 171.82 | 0.77 | 0.72 |
| Hex | 81 | EF | E0 | 2E | 0 | 6 | 6 | AC | 4D | 48 |
| Octal | 201 | 357 | 340 | 56 | 0 | 6 | 6 | 254 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11100000 | 101110 | 0 | 110 | 110 | 10101100 | 1001101 | 1001000 |
Color Harmonies of #81EFE0
Complementary color
Monochromatic Colors of #81EFE0
Black with #81EFE0
Text Example
Text Example
White with #81EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFE0; }
p { color: rgb(129,239,224); }
H1.HeaderClassName
{
color: #81EFE0;
}
.AnyTagClassName
{
color: #81EFE0;
}
</style>
background-color css
<style>
a { background-color: #81EFE0; }
a { background-color: rgb(129,239,224); }
div.DivClassName
{
background-color: #81EFE0;
}
.BgClassName
{
background-color: #81EFE0;
}
</style>
border-color css
<style>
span { border-color: #81EFE0; }
span { border-color: rgb(129,239,224); }
td.TdClassName
{
border-color: #81EFE0;
}
.TagClassName
{
border-color: #81EFE0;
}
</style>