Shades of Aquamarine #81FAB8
Tints of Aquamarine #81FAB8
RGB
CMYK
RGB Variations
Color information
#81FAB8 (or 0x81FAB8) is known color: Aquamarine. HEX triplet: 81, FA and B8. RGB value is (129,250,184). Sum of RGB (Red+Green+Blue) = 129+250+184=563 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.91% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAB8 is #7E0547. Grayscale: #CECECE. Windows color (decimal): -8258888 or 12122753. OLE color: 12122753.
HSL color Cylindrical-coordinate representation of color #81FAB8: hue angle of 147.27º degrees, saturation: 0.92, 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 #81FAB8 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 184 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.02 |
| HSL | 147.27º | 0.92% | 0.74% | - |
| HSV(B) | 147.27º | 0.48% | 0.98% | - |
| XYZ | 51.89 | 76.5 | 57.38 | - |
| YUV | 206.3 | 115.41 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 184 | 0.48 | 0 | 0.26 | 0.02 | 147.27 | 0.92 | 0.74 |
| Hex | 81 | FA | B8 | 30 | 0 | 1A | 2 | 93 | 5C | 4A |
| Octal | 201 | 372 | 270 | 60 | 0 | 32 | 2 | 223 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10111000 | 110000 | 0 | 11010 | 10 | 10010011 | 1011100 | 1001010 |
Color Harmonies of #81FAB8
Complementary color
Monochromatic Colors of #81FAB8
Black with #81FAB8
Text Example
Text Example
White with #81FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FAB8; }
p { color: rgb(129,250,184); }
H1.HeaderClassName
{
color: #81FAB8;
}
.AnyTagClassName
{
color: #81FAB8;
}
</style>
background-color css
<style>
a { background-color: #81FAB8; }
a { background-color: rgb(129,250,184); }
div.DivClassName
{
background-color: #81FAB8;
}
.BgClassName
{
background-color: #81FAB8;
}
</style>
border-color css
<style>
span { border-color: #81FAB8; }
span { border-color: rgb(129,250,184); }
td.TdClassName
{
border-color: #81FAB8;
}
.TagClassName
{
border-color: #81FAB8;
}
</style>