Shades of Aquamarine #81FEDC
Tints of Aquamarine #81FEDC
RGB
CMYK
RGB Variations
Color information
#81FEDC (or 0x81FEDC) is known color: Aquamarine. HEX triplet: 81, FE and DC. RGB value is (129,254,220). Sum of RGB (Red+Green+Blue) = 129+254+220=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FEDC is #7E0123. Grayscale: #D4D4D4. Windows color (decimal): -8257828 or 14483073. OLE color: 14483073.
HSL color Cylindrical-coordinate representation of color #81FEDC: hue angle of 163.68º 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 #81FEDC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 220 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.00 |
| HSL | 163.68º | 0.98% | 0.75% | - |
| HSV(B) | 163.68º | 0.49% | 1% | - |
| XYZ | 57.41 | 80.72 | 80.26 | - |
| YUV | 212.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 220 | 0.49 | 0 | 0.13 | 0.00 | 163.68 | 0.98 | 0.75 |
| Hex | 81 | FE | DC | 31 | 0 | D | 0 | A4 | 62 | 4B |
| Octal | 201 | 376 | 334 | 61 | 0 | 15 | 0 | 244 | 142 | 113 |
| Binary | 10000001 | 11111110 | 11011100 | 110001 | 0 | 1101 | 0 | 10100100 | 1100010 | 1001011 |
Color Harmonies of #81FEDC
Complementary color
Monochromatic Colors of #81FEDC
Black with #81FEDC
Text Example
Text Example
White with #81FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEDC; }
p { color: rgb(129,254,220); }
H1.HeaderClassName
{
color: #81FEDC;
}
.AnyTagClassName
{
color: #81FEDC;
}
</style>
background-color css
<style>
a { background-color: #81FEDC; }
a { background-color: rgb(129,254,220); }
div.DivClassName
{
background-color: #81FEDC;
}
.BgClassName
{
background-color: #81FEDC;
}
</style>
border-color css
<style>
span { border-color: #81FEDC; }
span { border-color: rgb(129,254,220); }
td.TdClassName
{
border-color: #81FEDC;
}
.TagClassName
{
border-color: #81FEDC;
}
</style>