Shades of Aquamarine #81FDDD
Tints of Aquamarine #81FDDD
RGB
CMYK
RGB Variations
Color information
#81FDDD (or 0x81FDDD) is known color: Aquamarine. HEX triplet: 81, FD and DD. RGB value is (129,253,221). Sum of RGB (Red+Green+Blue) = 129+253+221=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FDDD is #7E0222. Grayscale: #D4D4D4. Windows color (decimal): -8258083 or 14548353. OLE color: 14548353.
HSL color Cylindrical-coordinate representation of color #81FDDD: hue angle of 164.52º 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 #81FDDD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 221 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 164.52º | 0.97% | 0.75% | - |
| HSV(B) | 164.52º | 0.49% | 0.99% | - |
| XYZ | 57.23 | 80.14 | 80.86 | - |
| YUV | 212.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 221 | 0.49 | 0 | 0.13 | 0.01 | 164.52 | 0.97 | 0.75 |
| Hex | 81 | FD | DD | 31 | 0 | D | 1 | A5 | 61 | 4B |
| Octal | 201 | 375 | 335 | 61 | 0 | 15 | 1 | 245 | 141 | 113 |
| Binary | 10000001 | 11111101 | 11011101 | 110001 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001011 |
Color Harmonies of #81FDDD
Complementary color
Monochromatic Colors of #81FDDD
Black with #81FDDD
Text Example
Text Example
White with #81FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FDDD; }
p { color: rgb(129,253,221); }
H1.HeaderClassName
{
color: #81FDDD;
}
.AnyTagClassName
{
color: #81FDDD;
}
</style>
background-color css
<style>
a { background-color: #81FDDD; }
a { background-color: rgb(129,253,221); }
div.DivClassName
{
background-color: #81FDDD;
}
.BgClassName
{
background-color: #81FDDD;
}
</style>
border-color css
<style>
span { border-color: #81FDDD; }
span { border-color: rgb(129,253,221); }
td.TdClassName
{
border-color: #81FDDD;
}
.TagClassName
{
border-color: #81FDDD;
}
</style>