Shades of Aquamarine #81F9D4
Tints of Aquamarine #81F9D4
RGB
CMYK
RGB Variations
Color information
#81F9D4 (or 0x81F9D4) is known color: Aquamarine. HEX triplet: 81, F9 and D4. RGB value is (129,249,212). Sum of RGB (Red+Green+Blue) = 129+249+212=590 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.86% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F9D4 is #7E062B. Grayscale: #D0D0D0. Windows color (decimal): -8259116 or 13957505. OLE color: 13957505.
HSL color Cylindrical-coordinate representation of color #81F9D4: hue angle of 161.5º degrees, saturation: 0.91, 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 #81F9D4 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 212 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.02 |
| HSL | 161.5º | 0.91% | 0.74% | - |
| HSV(B) | 161.5º | 0.48% | 0.98% | - |
| XYZ | 54.81 | 77.17 | 74.29 | - |
| YUV | 208.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 212 | 0.48 | 0 | 0.15 | 0.02 | 161.5 | 0.91 | 0.74 |
| Hex | 81 | F9 | D4 | 30 | 0 | F | 2 | A2 | 5B | 4A |
| Octal | 201 | 371 | 324 | 60 | 0 | 17 | 2 | 242 | 133 | 112 |
| Binary | 10000001 | 11111001 | 11010100 | 110000 | 0 | 1111 | 10 | 10100010 | 1011011 | 1001010 |
Color Harmonies of #81F9D4
Complementary color
Monochromatic Colors of #81F9D4
Black with #81F9D4
Text Example
Text Example
White with #81F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F9D4; }
p { color: rgb(129,249,212); }
H1.HeaderClassName
{
color: #81F9D4;
}
.AnyTagClassName
{
color: #81F9D4;
}
</style>
background-color css
<style>
a { background-color: #81F9D4; }
a { background-color: rgb(129,249,212); }
div.DivClassName
{
background-color: #81F9D4;
}
.BgClassName
{
background-color: #81F9D4;
}
</style>
border-color css
<style>
span { border-color: #81F9D4; }
span { border-color: rgb(129,249,212); }
td.TdClassName
{
border-color: #81F9D4;
}
.TagClassName
{
border-color: #81F9D4;
}
</style>