Shades of Aquamarine #81FECC
Tints of Aquamarine #81FECC
RGB
CMYK
RGB Variations
Color information
#81FECC (or 0x81FECC) is known color: Aquamarine. HEX triplet: 81, FE and CC. RGB value is (129,254,204). Sum of RGB (Red+Green+Blue) = 129+254+204=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #81FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FECC is #7E0133. Grayscale: #D2D2D2. Windows color (decimal): -8257844 or 13434497. OLE color: 13434497.
HSL color Cylindrical-coordinate representation of color #81FECC: hue angle of 156º 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 #81FECC is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 204 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.00 |
| HSL | 156º | 0.98% | 0.75% | - |
| HSV(B) | 156º | 0.49% | 1% | - |
| XYZ | 55.39 | 79.91 | 69.63 | - |
| YUV | 210.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 204 | 0.49 | 0 | 0.20 | 0.00 | 156 | 0.98 | 0.75 |
| Hex | 81 | FE | CC | 31 | 0 | 14 | 0 | 9C | 62 | 4B |
| Octal | 201 | 376 | 314 | 61 | 0 | 24 | 0 | 234 | 142 | 113 |
| Binary | 10000001 | 11111110 | 11001100 | 110001 | 0 | 10100 | 0 | 10011100 | 1100010 | 1001011 |
Color Harmonies of #81FECC
Complementary color
Monochromatic Colors of #81FECC
Black with #81FECC
Text Example
Text Example
White with #81FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FECC; }
p { color: rgb(129,254,204); }
H1.HeaderClassName
{
color: #81FECC;
}
.AnyTagClassName
{
color: #81FECC;
}
</style>
background-color css
<style>
a { background-color: #81FECC; }
a { background-color: rgb(129,254,204); }
div.DivClassName
{
background-color: #81FECC;
}
.BgClassName
{
background-color: #81FECC;
}
</style>
border-color css
<style>
span { border-color: #81FECC; }
span { border-color: rgb(129,254,204); }
td.TdClassName
{
border-color: #81FECC;
}
.TagClassName
{
border-color: #81FECC;
}
</style>