Shades of Aquamarine #81F7DA
Tints of Aquamarine #81F7DA
RGB
CMYK
RGB Variations
Color information
#81F7DA (or 0x81F7DA) is known color: Aquamarine. HEX triplet: 81, F7 and DA. RGB value is (129,247,218). Sum of RGB (Red+Green+Blue) = 129+247+218=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F7DA is #7E0825. Grayscale: #D0D0D0. Windows color (decimal): -8259622 or 14350209. OLE color: 14350209.
HSL color Cylindrical-coordinate representation of color #81F7DA: hue angle of 165.25º 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 #81F7DA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 218 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.03 |
| HSL | 165.25º | 0.88% | 0.74% | - |
| HSV(B) | 165.25º | 0.48% | 0.97% | - |
| XYZ | 54.97 | 76.25 | 78.15 | - |
| YUV | 208.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 218 | 0.48 | 0 | 0.12 | 0.03 | 165.25 | 0.88 | 0.74 |
| Hex | 81 | F7 | DA | 30 | 0 | C | 3 | A5 | 58 | 4A |
| Octal | 201 | 367 | 332 | 60 | 0 | 14 | 3 | 245 | 130 | 112 |
| Binary | 10000001 | 11110111 | 11011010 | 110000 | 0 | 1100 | 11 | 10100101 | 1011000 | 1001010 |
Color Harmonies of #81F7DA
Complementary color
Monochromatic Colors of #81F7DA
Black with #81F7DA
Text Example
Text Example
White with #81F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F7DA; }
p { color: rgb(129,247,218); }
H1.HeaderClassName
{
color: #81F7DA;
}
.AnyTagClassName
{
color: #81F7DA;
}
</style>
background-color css
<style>
a { background-color: #81F7DA; }
a { background-color: rgb(129,247,218); }
div.DivClassName
{
background-color: #81F7DA;
}
.BgClassName
{
background-color: #81F7DA;
}
</style>
border-color css
<style>
span { border-color: #81F7DA; }
span { border-color: rgb(129,247,218); }
td.TdClassName
{
border-color: #81F7DA;
}
.TagClassName
{
border-color: #81F7DA;
}
</style>