Shades of Aquamarine #81FADE
Tints of Aquamarine #81FADE
RGB
CMYK
RGB Variations
Color information
#81FADE (or 0x81FADE) is known color: Aquamarine. HEX triplet: 81, FA and DE. RGB value is (129,250,222). Sum of RGB (Red+Green+Blue) = 129+250+222=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #81FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FADE is #7E0521. Grayscale: #D2D2D2. Windows color (decimal): -8258850 or 14613121. OLE color: 14613121.
HSL color Cylindrical-coordinate representation of color #81FADE: hue angle of 166.12º 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 #81FADE is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 222 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.02 |
| HSL | 166.12º | 0.92% | 0.74% | - |
| HSV(B) | 166.12º | 0.48% | 0.98% | - |
| XYZ | 56.42 | 78.31 | 81.25 | - |
| YUV | 210.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 222 | 0.48 | 0 | 0.11 | 0.02 | 166.12 | 0.92 | 0.74 |
| Hex | 81 | FA | DE | 30 | 0 | B | 2 | A6 | 5C | 4A |
| Octal | 201 | 372 | 336 | 60 | 0 | 13 | 2 | 246 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11011110 | 110000 | 0 | 1011 | 10 | 10100110 | 1011100 | 1001010 |
Color Harmonies of #81FADE
Complementary color
Monochromatic Colors of #81FADE
Black with #81FADE
Text Example
Text Example
White with #81FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FADE; }
p { color: rgb(129,250,222); }
H1.HeaderClassName
{
color: #81FADE;
}
.AnyTagClassName
{
color: #81FADE;
}
</style>
background-color css
<style>
a { background-color: #81FADE; }
a { background-color: rgb(129,250,222); }
div.DivClassName
{
background-color: #81FADE;
}
.BgClassName
{
background-color: #81FADE;
}
</style>
border-color css
<style>
span { border-color: #81FADE; }
span { border-color: rgb(129,250,222); }
td.TdClassName
{
border-color: #81FADE;
}
.TagClassName
{
border-color: #81FADE;
}
</style>