Shades of Aquamarine #81FADB
Tints of Aquamarine #81FADB
RGB
CMYK
RGB Variations
Color information
#81FADB (or 0x81FADB) is known color: Aquamarine. HEX triplet: 81, FA and DB. RGB value is (129,250,219). Sum of RGB (Red+Green+Blue) = 129+250+219=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #81FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FADB is #7E0524. Grayscale: #D2D2D2. Windows color (decimal): -8258853 or 14416513. OLE color: 14416513.
HSL color Cylindrical-coordinate representation of color #81FADB: hue angle of 164.63º 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 #81FADB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 219 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.02 |
| HSL | 164.63º | 0.92% | 0.74% | - |
| HSV(B) | 164.63º | 0.48% | 0.98% | - |
| XYZ | 56.03 | 78.15 | 79.15 | - |
| YUV | 210.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 219 | 0.48 | 0 | 0.12 | 0.02 | 164.63 | 0.92 | 0.74 |
| Hex | 81 | FA | DB | 30 | 0 | C | 2 | A5 | 5C | 4A |
| Octal | 201 | 372 | 333 | 60 | 0 | 14 | 2 | 245 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11011011 | 110000 | 0 | 1100 | 10 | 10100101 | 1011100 | 1001010 |
Color Harmonies of #81FADB
Complementary color
Monochromatic Colors of #81FADB
Black with #81FADB
Text Example
Text Example
White with #81FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FADB; }
p { color: rgb(129,250,219); }
H1.HeaderClassName
{
color: #81FADB;
}
.AnyTagClassName
{
color: #81FADB;
}
</style>
background-color css
<style>
a { background-color: #81FADB; }
a { background-color: rgb(129,250,219); }
div.DivClassName
{
background-color: #81FADB;
}
.BgClassName
{
background-color: #81FADB;
}
</style>
border-color css
<style>
span { border-color: #81FADB; }
span { border-color: rgb(129,250,219); }
td.TdClassName
{
border-color: #81FADB;
}
.TagClassName
{
border-color: #81FADB;
}
</style>