Shades of Aquamarine #8BFABF
Tints of Aquamarine #8BFABF
RGB
CMYK
RGB Variations
Color information
#8BFABF (or 0x8BFABF) is known color: Aquamarine. HEX triplet: 8B, FA and BF. RGB value is (139,250,191). Sum of RGB (Red+Green+Blue) = 139+250+191=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFABF is #740540. Grayscale: #D2D2D2. Windows color (decimal): -7603521 or 12581515. OLE color: 12581515.
HSL color Cylindrical-coordinate representation of color #8BFABF: hue angle of 148.11º 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 #8BFABF is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 191 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.02 |
| HSL | 148.11º | 0.92% | 0.76% | - |
| HSV(B) | 148.11º | 0.44% | 0.98% | - |
| XYZ | 54.24 | 77.62 | 61.41 | - |
| YUV | 210.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 191 | 0.44 | 0 | 0.24 | 0.02 | 148.11 | 0.92 | 0.76 |
| Hex | 8B | FA | BF | 2C | 0 | 18 | 2 | 94 | 5C | 4C |
| Octal | 213 | 372 | 277 | 54 | 0 | 30 | 2 | 224 | 134 | 114 |
| Binary | 10001011 | 11111010 | 10111111 | 101100 | 0 | 11000 | 10 | 10010100 | 1011100 | 1001100 |
Color Harmonies of #8BFABF
Complementary color
Monochromatic Colors of #8BFABF
Black with #8BFABF
Text Example
Text Example
White with #8BFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFABF; }
p { color: rgb(139,250,191); }
H1.HeaderClassName
{
color: #8BFABF;
}
.AnyTagClassName
{
color: #8BFABF;
}
</style>
background-color css
<style>
a { background-color: #8BFABF; }
a { background-color: rgb(139,250,191); }
div.DivClassName
{
background-color: #8BFABF;
}
.BgClassName
{
background-color: #8BFABF;
}
</style>
border-color css
<style>
span { border-color: #8BFABF; }
span { border-color: rgb(139,250,191); }
td.TdClassName
{
border-color: #8BFABF;
}
.TagClassName
{
border-color: #8BFABF;
}
</style>