Shades of Aquamarine #81F8C7
Tints of Aquamarine #81F8C7
RGB
CMYK
RGB Variations
Color information
#81F8C7 (or 0x81F8C7) is known color: Aquamarine. HEX triplet: 81, F8 and C7. RGB value is (129,248,199). Sum of RGB (Red+Green+Blue) = 129+248+199=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #81F8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F8C7 is #7E0738. Grayscale: #CECECE. Windows color (decimal): -8259385 or 13105281. OLE color: 13105281.
HSL color Cylindrical-coordinate representation of color #81F8C7: hue angle of 155.29º 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 #81F8C7 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 199 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.03 |
| HSL | 155.29º | 0.89% | 0.74% | - |
| HSV(B) | 155.29º | 0.48% | 0.97% | - |
| XYZ | 52.93 | 75.93 | 65.9 | - |
| YUV | 206.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 199 | 0.48 | 0 | 0.20 | 0.03 | 155.29 | 0.89 | 0.74 |
| Hex | 81 | F8 | C7 | 30 | 0 | 14 | 3 | 9B | 59 | 4A |
| Octal | 201 | 370 | 307 | 60 | 0 | 24 | 3 | 233 | 131 | 112 |
| Binary | 10000001 | 11111000 | 11000111 | 110000 | 0 | 10100 | 11 | 10011011 | 1011001 | 1001010 |
Color Harmonies of #81F8C7
Complementary color
Monochromatic Colors of #81F8C7
Black with #81F8C7
Text Example
Text Example
White with #81F8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F8C7; }
p { color: rgb(129,248,199); }
H1.HeaderClassName
{
color: #81F8C7;
}
.AnyTagClassName
{
color: #81F8C7;
}
</style>
background-color css
<style>
a { background-color: #81F8C7; }
a { background-color: rgb(129,248,199); }
div.DivClassName
{
background-color: #81F8C7;
}
.BgClassName
{
background-color: #81F8C7;
}
</style>
border-color css
<style>
span { border-color: #81F8C7; }
span { border-color: rgb(129,248,199); }
td.TdClassName
{
border-color: #81F8C7;
}
.TagClassName
{
border-color: #81F8C7;
}
</style>