Shades of Aquamarine #81FDDB
Tints of Aquamarine #81FDDB
RGB
CMYK
RGB Variations
Color information
#81FDDB (or 0x81FDDB) is known color: Aquamarine. HEX triplet: 81, FD and DB. RGB value is (129,253,219). Sum of RGB (Red+Green+Blue) = 129+253+219=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FDDB is #7E0224. Grayscale: #D4D4D4. Windows color (decimal): -8258085 or 14417281. OLE color: 14417281.
HSL color Cylindrical-coordinate representation of color #81FDDB: hue angle of 163.55º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FDDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 219 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 163.55º | 0.97% | 0.75% | - |
| HSV(B) | 163.55º | 0.49% | 0.99% | - |
| XYZ | 56.96 | 80.03 | 79.46 | - |
| YUV | 212.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 219 | 0.49 | 0 | 0.13 | 0.01 | 163.55 | 0.97 | 0.75 |
| Hex | 81 | FD | DB | 31 | 0 | D | 1 | A4 | 61 | 4B |
| Octal | 201 | 375 | 333 | 61 | 0 | 15 | 1 | 244 | 141 | 113 |
| Binary | 10000001 | 11111101 | 11011011 | 110001 | 0 | 1101 | 1 | 10100100 | 1100001 | 1001011 |
Color Harmonies of #81FDDB
Complementary color
Monochromatic Colors of #81FDDB
Black with #81FDDB
Text Example
Text Example
White with #81FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FDDB; }
p { color: rgb(129,253,219); }
H1.HeaderClassName
{
color: #81FDDB;
}
.AnyTagClassName
{
color: #81FDDB;
}
</style>
background-color css
<style>
a { background-color: #81FDDB; }
a { background-color: rgb(129,253,219); }
div.DivClassName
{
background-color: #81FDDB;
}
.BgClassName
{
background-color: #81FDDB;
}
</style>
border-color css
<style>
span { border-color: #81FDDB; }
span { border-color: rgb(129,253,219); }
td.TdClassName
{
border-color: #81FDDB;
}
.TagClassName
{
border-color: #81FDDB;
}
</style>