Shades of Aquamarine #8BFEE9
Tints of Aquamarine #8BFEE9
RGB
CMYK
RGB Variations
Color information
#8BFEE9 (or 0x8BFEE9) is known color: Aquamarine. HEX triplet: 8B, FE and E9. RGB value is (139,254,233). Sum of RGB (Red+Green+Blue) = 139+254+233=626 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.20% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFEE9 is #740116. Grayscale: #D9D9D9. Windows color (decimal): -7602455 or 15335051. OLE color: 15335051.
HSL color Cylindrical-coordinate representation of color #8BFEE9: hue angle of 169.04º 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 #8BFEE9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 233 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.00 |
| HSL | 169.04º | 0.98% | 0.77% | - |
| HSV(B) | 169.04º | 0.45% | 1% | - |
| XYZ | 60.8 | 82.26 | 89.76 | - |
| YUV | 217.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 233 | 0.45 | 0 | 0.08 | 0.00 | 169.04 | 0.98 | 0.77 |
| Hex | 8B | FE | E9 | 2D | 0 | 8 | 0 | A9 | 62 | 4D |
| Octal | 213 | 376 | 351 | 55 | 0 | 10 | 0 | 251 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11101001 | 101101 | 0 | 1000 | 0 | 10101001 | 1100010 | 1001101 |
Color Harmonies of #8BFEE9
Complementary color
Monochromatic Colors of #8BFEE9
Black with #8BFEE9
Text Example
Text Example
White with #8BFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEE9; }
p { color: rgb(139,254,233); }
H1.HeaderClassName
{
color: #8BFEE9;
}
.AnyTagClassName
{
color: #8BFEE9;
}
</style>
background-color css
<style>
a { background-color: #8BFEE9; }
a { background-color: rgb(139,254,233); }
div.DivClassName
{
background-color: #8BFEE9;
}
.BgClassName
{
background-color: #8BFEE9;
}
</style>
border-color css
<style>
span { border-color: #8BFEE9; }
span { border-color: rgb(139,254,233); }
td.TdClassName
{
border-color: #8BFEE9;
}
.TagClassName
{
border-color: #8BFEE9;
}
</style>