Shades of Aquamarine #8BFAB9
Tints of Aquamarine #8BFAB9
RGB
CMYK
RGB Variations
Color information
#8BFAB9 (or 0x8BFAB9) is known color: Aquamarine. HEX triplet: 8B, FA and B9. RGB value is (139,250,185). Sum of RGB (Red+Green+Blue) = 139+250+185=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAB9 is #740546. Grayscale: #D1D1D1. Windows color (decimal): -7603527 or 12188299. OLE color: 12188299.
HSL color Cylindrical-coordinate representation of color #8BFAB9: hue angle of 144.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAB9 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 185 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 144.86º | 0.92% | 0.76% | - |
| HSV(B) | 144.86º | 0.44% | 0.98% | - |
| XYZ | 53.59 | 77.36 | 58.01 | - |
| YUV | 209.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 185 | 0.44 | 0 | 0.26 | 0.02 | 144.86 | 0.92 | 0.76 |
| Hex | 8B | FA | B9 | 2C | 0 | 1A | 2 | 91 | 5C | 4C |
| Octal | 213 | 372 | 271 | 54 | 0 | 32 | 2 | 221 | 134 | 114 |
| Binary | 10001011 | 11111010 | 10111001 | 101100 | 0 | 11010 | 10 | 10010001 | 1011100 | 1001100 |
Color Harmonies of #8BFAB9
Complementary color
Monochromatic Colors of #8BFAB9
Black with #8BFAB9
Text Example
Text Example
White with #8BFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAB9; }
p { color: rgb(139,250,185); }
H1.HeaderClassName
{
color: #8BFAB9;
}
.AnyTagClassName
{
color: #8BFAB9;
}
</style>
background-color css
<style>
a { background-color: #8BFAB9; }
a { background-color: rgb(139,250,185); }
div.DivClassName
{
background-color: #8BFAB9;
}
.BgClassName
{
background-color: #8BFAB9;
}
</style>
border-color css
<style>
span { border-color: #8BFAB9; }
span { border-color: rgb(139,250,185); }
td.TdClassName
{
border-color: #8BFAB9;
}
.TagClassName
{
border-color: #8BFAB9;
}
</style>