Shades of Aquamarine #81FDE6
Tints of Aquamarine #81FDE6
RGB
CMYK
RGB Variations
Color information
#81FDE6 (or 0x81FDE6) is known color: Aquamarine. HEX triplet: 81, FD and E6. RGB value is (129,253,230). Sum of RGB (Red+Green+Blue) = 129+253+230=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FDE6 is #7E0219. Grayscale: #D5D5D5. Windows color (decimal): -8258074 or 15138177. OLE color: 15138177.
HSL color Cylindrical-coordinate representation of color #81FDE6: hue angle of 168.87º 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 #81FDE6 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 230 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.01 |
| HSL | 168.87º | 0.97% | 0.75% | - |
| HSV(B) | 168.87º | 0.49% | 0.99% | - |
| XYZ | 58.46 | 80.63 | 87.34 | - |
| YUV | 213.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 230 | 0.49 | 0 | 0.09 | 0.01 | 168.87 | 0.97 | 0.75 |
| Hex | 81 | FD | E6 | 31 | 0 | 9 | 1 | A9 | 61 | 4B |
| Octal | 201 | 375 | 346 | 61 | 0 | 11 | 1 | 251 | 141 | 113 |
| Binary | 10000001 | 11111101 | 11100110 | 110001 | 0 | 1001 | 1 | 10101001 | 1100001 | 1001011 |
Color Harmonies of #81FDE6
Complementary color
Monochromatic Colors of #81FDE6
Black with #81FDE6
Text Example
Text Example
White with #81FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FDE6; }
p { color: rgb(129,253,230); }
H1.HeaderClassName
{
color: #81FDE6;
}
.AnyTagClassName
{
color: #81FDE6;
}
</style>
background-color css
<style>
a { background-color: #81FDE6; }
a { background-color: rgb(129,253,230); }
div.DivClassName
{
background-color: #81FDE6;
}
.BgClassName
{
background-color: #81FDE6;
}
</style>
border-color css
<style>
span { border-color: #81FDE6; }
span { border-color: rgb(129,253,230); }
td.TdClassName
{
border-color: #81FDE6;
}
.TagClassName
{
border-color: #81FDE6;
}
</style>