Shades of Aquamarine #81FEDA
Tints of Aquamarine #81FEDA
RGB
CMYK
RGB Variations
Color information
#81FEDA (or 0x81FEDA) is known color: Aquamarine. HEX triplet: 81, FE and DA. RGB value is (129,254,218). Sum of RGB (Red+Green+Blue) = 129+254+218=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FEDA is #7E0125. Grayscale: #D4D4D4. Windows color (decimal): -8257830 or 14352001. OLE color: 14352001.
HSL color Cylindrical-coordinate representation of color #81FEDA: hue angle of 162.72º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEDA is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 218 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.00 |
| HSL | 162.72º | 0.98% | 0.75% | - |
| HSV(B) | 162.72º | 0.49% | 1% | - |
| XYZ | 57.15 | 80.61 | 78.88 | - |
| YUV | 212.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 218 | 0.49 | 0 | 0.14 | 0.00 | 162.72 | 0.98 | 0.75 |
| Hex | 81 | FE | DA | 31 | 0 | E | 0 | A3 | 62 | 4B |
| Octal | 201 | 376 | 332 | 61 | 0 | 16 | 0 | 243 | 142 | 113 |
| Binary | 10000001 | 11111110 | 11011010 | 110001 | 0 | 1110 | 0 | 10100011 | 1100010 | 1001011 |
Color Harmonies of #81FEDA
Complementary color
Monochromatic Colors of #81FEDA
Black with #81FEDA
Text Example
Text Example
White with #81FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEDA; }
p { color: rgb(129,254,218); }
H1.HeaderClassName
{
color: #81FEDA;
}
.AnyTagClassName
{
color: #81FEDA;
}
</style>
background-color css
<style>
a { background-color: #81FEDA; }
a { background-color: rgb(129,254,218); }
div.DivClassName
{
background-color: #81FEDA;
}
.BgClassName
{
background-color: #81FEDA;
}
</style>
border-color css
<style>
span { border-color: #81FEDA; }
span { border-color: rgb(129,254,218); }
td.TdClassName
{
border-color: #81FEDA;
}
.TagClassName
{
border-color: #81FEDA;
}
</style>