Shades of Aquamarine #8BF0C0
Tints of Aquamarine #8BF0C0
RGB
CMYK
RGB Variations
Color information
#8BF0C0 (or 0x8BF0C0) is known color: Aquamarine. HEX triplet: 8B, F0 and C0. RGB value is (139,240,192). Sum of RGB (Red+Green+Blue) = 139+240+192=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0C0 is #740F3F. Grayscale: #CCCCCC. Windows color (decimal): -7606080 or 12644491. OLE color: 12644491.
HSL color Cylindrical-coordinate representation of color #8BF0C0: hue angle of 151.49º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF0C0 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 192 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.06 |
| HSL | 151.49º | 0.77% | 0.74% | - |
| HSV(B) | 151.49º | 0.42% | 0.94% | - |
| XYZ | 51.32 | 71.61 | 60.99 | - |
| YUV | 204.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 192 | 0.42 | 0 | 0.20 | 0.06 | 151.49 | 0.77 | 0.74 |
| Hex | 8B | F0 | C0 | 2A | 0 | 14 | 6 | 97 | 4D | 4A |
| Octal | 213 | 360 | 300 | 52 | 0 | 24 | 6 | 227 | 115 | 112 |
| Binary | 10001011 | 11110000 | 11000000 | 101010 | 0 | 10100 | 110 | 10010111 | 1001101 | 1001010 |
Color Harmonies of #8BF0C0
Complementary color
Monochromatic Colors of #8BF0C0
Black with #8BF0C0
Text Example
Text Example
White with #8BF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0C0; }
p { color: rgb(139,240,192); }
H1.HeaderClassName
{
color: #8BF0C0;
}
.AnyTagClassName
{
color: #8BF0C0;
}
</style>
background-color css
<style>
a { background-color: #8BF0C0; }
a { background-color: rgb(139,240,192); }
div.DivClassName
{
background-color: #8BF0C0;
}
.BgClassName
{
background-color: #8BF0C0;
}
</style>
border-color css
<style>
span { border-color: #8BF0C0; }
span { border-color: rgb(139,240,192); }
td.TdClassName
{
border-color: #8BF0C0;
}
.TagClassName
{
border-color: #8BF0C0;
}
</style>