Shades of Aquamarine #8BF9BD
Tints of Aquamarine #8BF9BD
RGB
CMYK
RGB Variations
Color information
#8BF9BD (or 0x8BF9BD) is known color: Aquamarine. HEX triplet: 8B, F9 and BD. RGB value is (139,249,189). Sum of RGB (Red+Green+Blue) = 139+249+189=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF9BD is #740642. Grayscale: #D1D1D1. Windows color (decimal): -7603779 or 12450187. OLE color: 12450187.
HSL color Cylindrical-coordinate representation of color #8BF9BD: hue angle of 147.27º degrees, saturation: 0.9, 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 #8BF9BD is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 249 | 189 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.02 |
| HSL | 147.27º | 0.9% | 0.76% | - |
| HSV(B) | 147.27º | 0.44% | 0.98% | - |
| XYZ | 53.71 | 76.91 | 60.16 | - |
| YUV | 209.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 249 | 189 | 0.44 | 0 | 0.24 | 0.02 | 147.27 | 0.9 | 0.76 |
| Hex | 8B | F9 | BD | 2C | 0 | 18 | 2 | 93 | 5A | 4C |
| Octal | 213 | 371 | 275 | 54 | 0 | 30 | 2 | 223 | 132 | 114 |
| Binary | 10001011 | 11111001 | 10111101 | 101100 | 0 | 11000 | 10 | 10010011 | 1011010 | 1001100 |
Color Harmonies of #8BF9BD
Complementary color
Monochromatic Colors of #8BF9BD
Black with #8BF9BD
Text Example
Text Example
White with #8BF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF9BD; }
p { color: rgb(139,249,189); }
H1.HeaderClassName
{
color: #8BF9BD;
}
.AnyTagClassName
{
color: #8BF9BD;
}
</style>
background-color css
<style>
a { background-color: #8BF9BD; }
a { background-color: rgb(139,249,189); }
div.DivClassName
{
background-color: #8BF9BD;
}
.BgClassName
{
background-color: #8BF9BD;
}
</style>
border-color css
<style>
span { border-color: #8BF9BD; }
span { border-color: rgb(139,249,189); }
td.TdClassName
{
border-color: #8BF9BD;
}
.TagClassName
{
border-color: #8BF9BD;
}
</style>