Shades of Aquamarine #8BFEE7
Tints of Aquamarine #8BFEE7
RGB
CMYK
RGB Variations
Color information
#8BFEE7 (or 0x8BFEE7) is known color: Aquamarine. HEX triplet: 8B, FE and E7. RGB value is (139,254,231). Sum of RGB (Red+Green+Blue) = 139+254+231=624 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.28% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFEE7 is #740118. Grayscale: #D8D8D8. Windows color (decimal): -7602457 or 15203979. OLE color: 15203979.
HSL color Cylindrical-coordinate representation of color #8BFEE7: hue angle of 168º 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 #8BFEE7 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 231 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.00 |
| HSL | 168º | 0.98% | 0.77% | - |
| HSV(B) | 168º | 0.45% | 1% | - |
| XYZ | 60.51 | 82.14 | 88.27 | - |
| YUV | 216.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 231 | 0.45 | 0 | 0.09 | 0.00 | 168 | 0.98 | 0.77 |
| Hex | 8B | FE | E7 | 2D | 0 | 9 | 0 | A8 | 62 | 4D |
| Octal | 213 | 376 | 347 | 55 | 0 | 11 | 0 | 250 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11100111 | 101101 | 0 | 1001 | 0 | 10101000 | 1100010 | 1001101 |
Color Harmonies of #8BFEE7
Complementary color
Monochromatic Colors of #8BFEE7
Black with #8BFEE7
Text Example
Text Example
White with #8BFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEE7; }
p { color: rgb(139,254,231); }
H1.HeaderClassName
{
color: #8BFEE7;
}
.AnyTagClassName
{
color: #8BFEE7;
}
</style>
background-color css
<style>
a { background-color: #8BFEE7; }
a { background-color: rgb(139,254,231); }
div.DivClassName
{
background-color: #8BFEE7;
}
.BgClassName
{
background-color: #8BFEE7;
}
</style>
border-color css
<style>
span { border-color: #8BFEE7; }
span { border-color: rgb(139,254,231); }
td.TdClassName
{
border-color: #8BFEE7;
}
.TagClassName
{
border-color: #8BFEE7;
}
</style>