Shades of Aquamarine #81FAC9
Tints of Aquamarine #81FAC9
RGB
CMYK
RGB Variations
Color information
#81FAC9 (or 0x81FAC9) is known color: Aquamarine. HEX triplet: 81, FA and C9. RGB value is (129,250,201). Sum of RGB (Red+Green+Blue) = 129+250+201=580 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.24% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAC9 is #7E0536. Grayscale: #D0D0D0. Windows color (decimal): -8258871 or 13236865. OLE color: 13236865.
HSL color Cylindrical-coordinate representation of color #81FAC9: hue angle of 155.7º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAC9 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 201 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.02 |
| HSL | 155.7º | 0.92% | 0.74% | - |
| HSV(B) | 155.7º | 0.48% | 0.98% | - |
| XYZ | 53.78 | 77.26 | 67.34 | - |
| YUV | 208.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 201 | 0.48 | 0 | 0.20 | 0.02 | 155.7 | 0.92 | 0.74 |
| Hex | 81 | FA | C9 | 30 | 0 | 14 | 2 | 9C | 5C | 4A |
| Octal | 201 | 372 | 311 | 60 | 0 | 24 | 2 | 234 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11001001 | 110000 | 0 | 10100 | 10 | 10011100 | 1011100 | 1001010 |
Color Harmonies of #81FAC9
Complementary color
Monochromatic Colors of #81FAC9
Black with #81FAC9
Text Example
Text Example
White with #81FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FAC9; }
p { color: rgb(129,250,201); }
H1.HeaderClassName
{
color: #81FAC9;
}
.AnyTagClassName
{
color: #81FAC9;
}
</style>
background-color css
<style>
a { background-color: #81FAC9; }
a { background-color: rgb(129,250,201); }
div.DivClassName
{
background-color: #81FAC9;
}
.BgClassName
{
background-color: #81FAC9;
}
</style>
border-color css
<style>
span { border-color: #81FAC9; }
span { border-color: rgb(129,250,201); }
td.TdClassName
{
border-color: #81FAC9;
}
.TagClassName
{
border-color: #81FAC9;
}
</style>