Shades of Aquamarine #8BFECE
Tints of Aquamarine #8BFECE
RGB
CMYK
RGB Variations
Color information
#8BFECE (or 0x8BFECE) is known color: Aquamarine. HEX triplet: 8B, FE and CE. RGB value is (139,254,206). Sum of RGB (Red+Green+Blue) = 139+254+206=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFECE is #740131. Grayscale: #D6D6D6. Windows color (decimal): -7602482 or 13565579. OLE color: 13565579.
HSL color Cylindrical-coordinate representation of color #8BFECE: hue angle of 154.96º 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 #8BFECE is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 206 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.00 |
| HSL | 154.96º | 0.98% | 0.77% | - |
| HSV(B) | 154.96º | 0.45% | 1% | - |
| XYZ | 57.23 | 80.83 | 70.98 | - |
| YUV | 214.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 206 | 0.45 | 0 | 0.19 | 0.00 | 154.96 | 0.98 | 0.77 |
| Hex | 8B | FE | CE | 2D | 0 | 13 | 0 | 9B | 62 | 4D |
| Octal | 213 | 376 | 316 | 55 | 0 | 23 | 0 | 233 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11001110 | 101101 | 0 | 10011 | 0 | 10011011 | 1100010 | 1001101 |
Color Harmonies of #8BFECE
Complementary color
Monochromatic Colors of #8BFECE
Black with #8BFECE
Text Example
Text Example
White with #8BFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFECE; }
p { color: rgb(139,254,206); }
H1.HeaderClassName
{
color: #8BFECE;
}
.AnyTagClassName
{
color: #8BFECE;
}
</style>
background-color css
<style>
a { background-color: #8BFECE; }
a { background-color: rgb(139,254,206); }
div.DivClassName
{
background-color: #8BFECE;
}
.BgClassName
{
background-color: #8BFECE;
}
</style>
border-color css
<style>
span { border-color: #8BFECE; }
span { border-color: rgb(139,254,206); }
td.TdClassName
{
border-color: #8BFECE;
}
.TagClassName
{
border-color: #8BFECE;
}
</style>