Shades of Aquamarine #81FADD
Tints of Aquamarine #81FADD
RGB
CMYK
RGB Variations
Color information
#81FADD (or 0x81FADD) is known color: Aquamarine. HEX triplet: 81, FA and DD. RGB value is (129,250,221). Sum of RGB (Red+Green+Blue) = 129+250+221=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #81FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FADD is #7E0522. Grayscale: #D2D2D2. Windows color (decimal): -8258851 or 14547585. OLE color: 14547585.
HSL color Cylindrical-coordinate representation of color #81FADD: hue angle of 165.62º 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 #81FADD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 221 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.02 |
| HSL | 165.62º | 0.92% | 0.74% | - |
| HSV(B) | 165.62º | 0.48% | 0.98% | - |
| XYZ | 56.29 | 78.26 | 80.55 | - |
| YUV | 210.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 221 | 0.48 | 0 | 0.12 | 0.02 | 165.62 | 0.92 | 0.74 |
| Hex | 81 | FA | DD | 30 | 0 | C | 2 | A6 | 5C | 4A |
| Octal | 201 | 372 | 335 | 60 | 0 | 14 | 2 | 246 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11011101 | 110000 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001010 |
Color Harmonies of #81FADD
Complementary color
Monochromatic Colors of #81FADD
Black with #81FADD
Text Example
Text Example
White with #81FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FADD; }
p { color: rgb(129,250,221); }
H1.HeaderClassName
{
color: #81FADD;
}
.AnyTagClassName
{
color: #81FADD;
}
</style>
background-color css
<style>
a { background-color: #81FADD; }
a { background-color: rgb(129,250,221); }
div.DivClassName
{
background-color: #81FADD;
}
.BgClassName
{
background-color: #81FADD;
}
</style>
border-color css
<style>
span { border-color: #81FADD; }
span { border-color: rgb(129,250,221); }
td.TdClassName
{
border-color: #81FADD;
}
.TagClassName
{
border-color: #81FADD;
}
</style>