Shades of Aquamarine #81FADA
Tints of Aquamarine #81FADA
RGB
CMYK
RGB Variations
Color information
#81FADA (or 0x81FADA) is known color: Aquamarine. HEX triplet: 81, FA and DA. RGB value is (129,250,218). Sum of RGB (Red+Green+Blue) = 129+250+218=597 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.61% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #81FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FADA is #7E0525. Grayscale: #D2D2D2. Windows color (decimal): -8258854 or 14350977. OLE color: 14350977.
HSL color Cylindrical-coordinate representation of color #81FADA: hue angle of 164.13º 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 #81FADA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 218 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.02 |
| HSL | 164.13º | 0.92% | 0.74% | - |
| HSV(B) | 164.13º | 0.48% | 0.98% | - |
| XYZ | 55.89 | 78.1 | 78.46 | - |
| YUV | 210.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 218 | 0.48 | 0 | 0.13 | 0.02 | 164.13 | 0.92 | 0.74 |
| Hex | 81 | FA | DA | 30 | 0 | D | 2 | A4 | 5C | 4A |
| Octal | 201 | 372 | 332 | 60 | 0 | 15 | 2 | 244 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11011010 | 110000 | 0 | 1101 | 10 | 10100100 | 1011100 | 1001010 |
Color Harmonies of #81FADA
Complementary color
Monochromatic Colors of #81FADA
Black with #81FADA
Text Example
Text Example
White with #81FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FADA; }
p { color: rgb(129,250,218); }
H1.HeaderClassName
{
color: #81FADA;
}
.AnyTagClassName
{
color: #81FADA;
}
</style>
background-color css
<style>
a { background-color: #81FADA; }
a { background-color: rgb(129,250,218); }
div.DivClassName
{
background-color: #81FADA;
}
.BgClassName
{
background-color: #81FADA;
}
</style>
border-color css
<style>
span { border-color: #81FADA; }
span { border-color: rgb(129,250,218); }
td.TdClassName
{
border-color: #81FADA;
}
.TagClassName
{
border-color: #81FADA;
}
</style>