Shades of Aquamarine #81FABC
Tints of Aquamarine #81FABC
RGB
CMYK
RGB Variations
Color information
#81FABC (or 0x81FABC) is known color: Aquamarine. HEX triplet: 81, FA and BC. RGB value is (129,250,188). Sum of RGB (Red+Green+Blue) = 129+250+188=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #81FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FABC is #7E0543. Grayscale: #CECECE. Windows color (decimal): -8258884 or 12384897. OLE color: 12384897.
HSL color Cylindrical-coordinate representation of color #81FABC: hue angle of 149.26º 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 #81FABC is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 188 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.02 |
| HSL | 149.26º | 0.92% | 0.74% | - |
| HSV(B) | 149.26º | 0.48% | 0.98% | - |
| XYZ | 52.32 | 76.67 | 59.62 | - |
| YUV | 206.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 188 | 0.48 | 0 | 0.25 | 0.02 | 149.26 | 0.92 | 0.74 |
| Hex | 81 | FA | BC | 30 | 0 | 19 | 2 | 95 | 5C | 4A |
| Octal | 201 | 372 | 274 | 60 | 0 | 31 | 2 | 225 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10111100 | 110000 | 0 | 11001 | 10 | 10010101 | 1011100 | 1001010 |
Color Harmonies of #81FABC
Complementary color
Monochromatic Colors of #81FABC
Black with #81FABC
Text Example
Text Example
White with #81FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FABC; }
p { color: rgb(129,250,188); }
H1.HeaderClassName
{
color: #81FABC;
}
.AnyTagClassName
{
color: #81FABC;
}
</style>
background-color css
<style>
a { background-color: #81FABC; }
a { background-color: rgb(129,250,188); }
div.DivClassName
{
background-color: #81FABC;
}
.BgClassName
{
background-color: #81FABC;
}
</style>
border-color css
<style>
span { border-color: #81FABC; }
span { border-color: rgb(129,250,188); }
td.TdClassName
{
border-color: #81FABC;
}
.TagClassName
{
border-color: #81FABC;
}
</style>