Shades of Aquamarine #81F7DD
Tints of Aquamarine #81F7DD
RGB
CMYK
RGB Variations
Color information
#81F7DD (or 0x81F7DD) is known color: Aquamarine. HEX triplet: 81, F7 and DD. RGB value is (129,247,221). Sum of RGB (Red+Green+Blue) = 129+247+221=597 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.61% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F7DD is #7E0822. Grayscale: #D0D0D0. Windows color (decimal): -8259619 or 14546817. OLE color: 14546817.
HSL color Cylindrical-coordinate representation of color #81F7DD: hue angle of 166.78º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7DD is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 221 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.03 |
| HSL | 166.78º | 0.88% | 0.74% | - |
| HSV(B) | 166.78º | 0.48% | 0.97% | - |
| XYZ | 55.37 | 76.41 | 80.24 | - |
| YUV | 208.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 221 | 0.48 | 0 | 0.11 | 0.03 | 166.78 | 0.88 | 0.74 |
| Hex | 81 | F7 | DD | 30 | 0 | B | 3 | A7 | 58 | 4A |
| Octal | 201 | 367 | 335 | 60 | 0 | 13 | 3 | 247 | 130 | 112 |
| Binary | 10000001 | 11110111 | 11011101 | 110000 | 0 | 1011 | 11 | 10100111 | 1011000 | 1001010 |
Color Harmonies of #81F7DD
Complementary color
Monochromatic Colors of #81F7DD
Black with #81F7DD
Text Example
Text Example
White with #81F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F7DD; }
p { color: rgb(129,247,221); }
H1.HeaderClassName
{
color: #81F7DD;
}
.AnyTagClassName
{
color: #81F7DD;
}
</style>
background-color css
<style>
a { background-color: #81F7DD; }
a { background-color: rgb(129,247,221); }
div.DivClassName
{
background-color: #81F7DD;
}
.BgClassName
{
background-color: #81F7DD;
}
</style>
border-color css
<style>
span { border-color: #81F7DD; }
span { border-color: rgb(129,247,221); }
td.TdClassName
{
border-color: #81F7DD;
}
.TagClassName
{
border-color: #81F7DD;
}
</style>