Shades of Aquamarine #8BF0C5
Tints of Aquamarine #8BF0C5
RGB
CMYK
RGB Variations
Color information
#8BF0C5 (or 0x8BF0C5) is known color: Aquamarine. HEX triplet: 8B, F0 and C5. RGB value is (139,240,197). Sum of RGB (Red+Green+Blue) = 139+240+197=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0C5 is #740F3A. Grayscale: #CCCCCC. Windows color (decimal): -7606075 or 12972171. OLE color: 12972171.
HSL color Cylindrical-coordinate representation of color #8BF0C5: hue angle of 154.46º 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 #8BF0C5 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 197 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.06 |
| HSL | 154.46º | 0.77% | 0.74% | - |
| HSV(B) | 154.46º | 0.42% | 0.94% | - |
| XYZ | 51.89 | 71.84 | 63.96 | - |
| YUV | 204.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 197 | 0.42 | 0 | 0.18 | 0.06 | 154.46 | 0.77 | 0.74 |
| Hex | 8B | F0 | C5 | 2A | 0 | 12 | 6 | 9A | 4D | 4A |
| Octal | 213 | 360 | 305 | 52 | 0 | 22 | 6 | 232 | 115 | 112 |
| Binary | 10001011 | 11110000 | 11000101 | 101010 | 0 | 10010 | 110 | 10011010 | 1001101 | 1001010 |
Color Harmonies of #8BF0C5
Complementary color
Monochromatic Colors of #8BF0C5
Black with #8BF0C5
Text Example
Text Example
White with #8BF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0C5; }
p { color: rgb(139,240,197); }
H1.HeaderClassName
{
color: #8BF0C5;
}
.AnyTagClassName
{
color: #8BF0C5;
}
</style>
background-color css
<style>
a { background-color: #8BF0C5; }
a { background-color: rgb(139,240,197); }
div.DivClassName
{
background-color: #8BF0C5;
}
.BgClassName
{
background-color: #8BF0C5;
}
</style>
border-color css
<style>
span { border-color: #8BF0C5; }
span { border-color: rgb(139,240,197); }
td.TdClassName
{
border-color: #8BF0C5;
}
.TagClassName
{
border-color: #8BF0C5;
}
</style>