Shades of Aquamarine #8BFCE0
Tints of Aquamarine #8BFCE0
RGB
CMYK
RGB Variations
Color information
#8BFCE0 (or 0x8BFCE0) is known color: Aquamarine. HEX triplet: 8B, FC and E0. RGB value is (139,252,224). Sum of RGB (Red+Green+Blue) = 139+252+224=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCE0 is #74031F. Grayscale: #D7D7D7. Windows color (decimal): -7602976 or 14744715. OLE color: 14744715.
HSL color Cylindrical-coordinate representation of color #8BFCE0: hue angle of 165.13º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCE0 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 224 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.01 |
| HSL | 165.13º | 0.95% | 0.77% | - |
| HSV(B) | 165.13º | 0.45% | 0.99% | - |
| XYZ | 58.91 | 80.49 | 82.95 | - |
| YUV | 215.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 224 | 0.45 | 0 | 0.11 | 0.01 | 165.13 | 0.95 | 0.77 |
| Hex | 8B | FC | E0 | 2D | 0 | B | 1 | A5 | 5F | 4D |
| Octal | 213 | 374 | 340 | 55 | 0 | 13 | 1 | 245 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11100000 | 101101 | 0 | 1011 | 1 | 10100101 | 1011111 | 1001101 |
Color Harmonies of #8BFCE0
Complementary color
Monochromatic Colors of #8BFCE0
Black with #8BFCE0
Text Example
Text Example
White with #8BFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCE0; }
p { color: rgb(139,252,224); }
H1.HeaderClassName
{
color: #8BFCE0;
}
.AnyTagClassName
{
color: #8BFCE0;
}
</style>
background-color css
<style>
a { background-color: #8BFCE0; }
a { background-color: rgb(139,252,224); }
div.DivClassName
{
background-color: #8BFCE0;
}
.BgClassName
{
background-color: #8BFCE0;
}
</style>
border-color css
<style>
span { border-color: #8BFCE0; }
span { border-color: rgb(139,252,224); }
td.TdClassName
{
border-color: #8BFCE0;
}
.TagClassName
{
border-color: #8BFCE0;
}
</style>