Shades of Aquamarine #8BFEBF
Tints of Aquamarine #8BFEBF
RGB
CMYK
RGB Variations
Color information
#8BFEBF (or 0x8BFEBF) is known color: Aquamarine. HEX triplet: 8B, FE and BF. RGB value is (139,254,191). Sum of RGB (Red+Green+Blue) = 139+254+191=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEBF is #740140. Grayscale: #D4D4D4. Windows color (decimal): -7602497 or 12582539. OLE color: 12582539.
HSL color Cylindrical-coordinate representation of color #8BFEBF: hue angle of 147.13º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEBF is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 191 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.00 |
| HSL | 147.13º | 0.98% | 0.77% | - |
| HSV(B) | 147.13º | 0.45% | 1% | - |
| XYZ | 55.49 | 80.13 | 61.83 | - |
| YUV | 212.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 191 | 0.45 | 0 | 0.25 | 0.00 | 147.13 | 0.98 | 0.77 |
| Hex | 8B | FE | BF | 2D | 0 | 19 | 0 | 93 | 62 | 4D |
| Octal | 213 | 376 | 277 | 55 | 0 | 31 | 0 | 223 | 142 | 115 |
| Binary | 10001011 | 11111110 | 10111111 | 101101 | 0 | 11001 | 0 | 10010011 | 1100010 | 1001101 |
Color Harmonies of #8BFEBF
Complementary color
Monochromatic Colors of #8BFEBF
Black with #8BFEBF
Text Example
Text Example
White with #8BFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEBF; }
p { color: rgb(139,254,191); }
H1.HeaderClassName
{
color: #8BFEBF;
}
.AnyTagClassName
{
color: #8BFEBF;
}
</style>
background-color css
<style>
a { background-color: #8BFEBF; }
a { background-color: rgb(139,254,191); }
div.DivClassName
{
background-color: #8BFEBF;
}
.BgClassName
{
background-color: #8BFEBF;
}
</style>
border-color css
<style>
span { border-color: #8BFEBF; }
span { border-color: rgb(139,254,191); }
td.TdClassName
{
border-color: #8BFEBF;
}
.TagClassName
{
border-color: #8BFEBF;
}
</style>