Shades of Aquamarine #81FDC9
Tints of Aquamarine #81FDC9
RGB
CMYK
RGB Variations
Color information
#81FDC9 (or 0x81FDC9) is known color: Aquamarine. HEX triplet: 81, FD and C9. RGB value is (129,253,201). Sum of RGB (Red+Green+Blue) = 129+253+201=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FDC9 is #7E0236. Grayscale: #D2D2D2. Windows color (decimal): -8258103 or 13237633. OLE color: 13237633.
HSL color Cylindrical-coordinate representation of color #81FDC9: hue angle of 154.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FDC9 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 201 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.01 |
| HSL | 154.84º | 0.97% | 0.75% | - |
| HSV(B) | 154.84º | 0.49% | 0.99% | - |
| XYZ | 54.72 | 79.13 | 67.65 | - |
| YUV | 210 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 201 | 0.49 | 0 | 0.21 | 0.01 | 154.84 | 0.97 | 0.75 |
| Hex | 81 | FD | C9 | 31 | 0 | 15 | 1 | 9B | 61 | 4B |
| Octal | 201 | 375 | 311 | 61 | 0 | 25 | 1 | 233 | 141 | 113 |
| Binary | 10000001 | 11111101 | 11001001 | 110001 | 0 | 10101 | 1 | 10011011 | 1100001 | 1001011 |
Color Harmonies of #81FDC9
Complementary color
Monochromatic Colors of #81FDC9
Black with #81FDC9
Text Example
Text Example
White with #81FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FDC9; }
p { color: rgb(129,253,201); }
H1.HeaderClassName
{
color: #81FDC9;
}
.AnyTagClassName
{
color: #81FDC9;
}
</style>
background-color css
<style>
a { background-color: #81FDC9; }
a { background-color: rgb(129,253,201); }
div.DivClassName
{
background-color: #81FDC9;
}
.BgClassName
{
background-color: #81FDC9;
}
</style>
border-color css
<style>
span { border-color: #81FDC9; }
span { border-color: rgb(129,253,201); }
td.TdClassName
{
border-color: #81FDC9;
}
.TagClassName
{
border-color: #81FDC9;
}
</style>