Shades of Aquamarine #8BFAE7
Tints of Aquamarine #8BFAE7
RGB
CMYK
RGB Variations
Color information
#8BFAE7 (or 0x8BFAE7) is known color: Aquamarine. HEX triplet: 8B, FA and E7. RGB value is (139,250,231). Sum of RGB (Red+Green+Blue) = 139+250+231=620 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.42% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAE7 is #740518. Grayscale: #D6D6D6. Windows color (decimal): -7603481 or 15202955. OLE color: 15202955.
HSL color Cylindrical-coordinate representation of color #8BFAE7: hue angle of 169.73º 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 #8BFAE7 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 231 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.02 |
| HSL | 169.73º | 0.92% | 0.76% | - |
| HSV(B) | 169.73º | 0.44% | 0.98% | - |
| XYZ | 59.26 | 79.63 | 87.85 | - |
| YUV | 214.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 231 | 0.44 | 0 | 0.08 | 0.02 | 169.73 | 0.92 | 0.76 |
| Hex | 8B | FA | E7 | 2C | 0 | 8 | 2 | AA | 5C | 4C |
| Octal | 213 | 372 | 347 | 54 | 0 | 10 | 2 | 252 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11100111 | 101100 | 0 | 1000 | 10 | 10101010 | 1011100 | 1001100 |
Color Harmonies of #8BFAE7
Complementary color
Monochromatic Colors of #8BFAE7
Black with #8BFAE7
Text Example
Text Example
White with #8BFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAE7; }
p { color: rgb(139,250,231); }
H1.HeaderClassName
{
color: #8BFAE7;
}
.AnyTagClassName
{
color: #8BFAE7;
}
</style>
background-color css
<style>
a { background-color: #8BFAE7; }
a { background-color: rgb(139,250,231); }
div.DivClassName
{
background-color: #8BFAE7;
}
.BgClassName
{
background-color: #8BFAE7;
}
</style>
border-color css
<style>
span { border-color: #8BFAE7; }
span { border-color: rgb(139,250,231); }
td.TdClassName
{
border-color: #8BFAE7;
}
.TagClassName
{
border-color: #8BFAE7;
}
</style>