Shades of Aquamarine #81F8DA
Tints of Aquamarine #81F8DA
RGB
CMYK
RGB Variations
Color information
#81F8DA (or 0x81F8DA) is known color: Aquamarine. HEX triplet: 81, F8 and DA. RGB value is (129,248,218). Sum of RGB (Red+Green+Blue) = 129+248+218=595 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.68% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #81F8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F8DA is #7E0725. Grayscale: #D0D0D0. Windows color (decimal): -8259366 or 14350465. OLE color: 14350465.
HSL color Cylindrical-coordinate representation of color #81F8DA: hue angle of 164.87º degrees, saturation: 0.89, 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 #81F8DA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 218 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.03 |
| HSL | 164.87º | 0.89% | 0.74% | - |
| HSV(B) | 164.87º | 0.48% | 0.97% | - |
| XYZ | 55.28 | 76.86 | 78.25 | - |
| YUV | 209 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 218 | 0.48 | 0 | 0.12 | 0.03 | 164.87 | 0.89 | 0.74 |
| Hex | 81 | F8 | DA | 30 | 0 | C | 3 | A5 | 59 | 4A |
| Octal | 201 | 370 | 332 | 60 | 0 | 14 | 3 | 245 | 131 | 112 |
| Binary | 10000001 | 11111000 | 11011010 | 110000 | 0 | 1100 | 11 | 10100101 | 1011001 | 1001010 |
Color Harmonies of #81F8DA
Complementary color
Monochromatic Colors of #81F8DA
Black with #81F8DA
Text Example
Text Example
White with #81F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F8DA; }
p { color: rgb(129,248,218); }
H1.HeaderClassName
{
color: #81F8DA;
}
.AnyTagClassName
{
color: #81F8DA;
}
</style>
background-color css
<style>
a { background-color: #81F8DA; }
a { background-color: rgb(129,248,218); }
div.DivClassName
{
background-color: #81F8DA;
}
.BgClassName
{
background-color: #81F8DA;
}
</style>
border-color css
<style>
span { border-color: #81F8DA; }
span { border-color: rgb(129,248,218); }
td.TdClassName
{
border-color: #81F8DA;
}
.TagClassName
{
border-color: #81F8DA;
}
</style>