Shades of Aquamarine #8CFBBA
Tints of Aquamarine #8CFBBA
RGB
CMYK
RGB Variations
Color information
#8CFBBA (or 0x8CFBBA) is known color: Aquamarine. HEX triplet: 8C, FB and BA. RGB value is (140,251,186). Sum of RGB (Red+Green+Blue) = 140+251+186=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBBA is #730445. Grayscale: #D2D2D2. Windows color (decimal): -7537734 or 12254092. OLE color: 12254092.
HSL color Cylindrical-coordinate representation of color #8CFBBA: hue angle of 144.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBBA is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 186 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 144.86º | 0.93% | 0.77% | - |
| HSV(B) | 144.86º | 0.44% | 0.98% | - |
| XYZ | 54.18 | 78.11 | 58.68 | - |
| YUV | 210.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 186 | 0.44 | 0 | 0.26 | 0.02 | 144.86 | 0.93 | 0.77 |
| Hex | 8C | FB | BA | 2C | 0 | 1A | 2 | 91 | 5D | 4D |
| Octal | 214 | 373 | 272 | 54 | 0 | 32 | 2 | 221 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10111010 | 101100 | 0 | 11010 | 10 | 10010001 | 1011101 | 1001101 |
Color Harmonies of #8CFBBA
Complementary color
Monochromatic Colors of #8CFBBA
Black with #8CFBBA
Text Example
Text Example
White with #8CFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBBA; }
p { color: rgb(140,251,186); }
H1.HeaderClassName
{
color: #8CFBBA;
}
.AnyTagClassName
{
color: #8CFBBA;
}
</style>
background-color css
<style>
a { background-color: #8CFBBA; }
a { background-color: rgb(140,251,186); }
div.DivClassName
{
background-color: #8CFBBA;
}
.BgClassName
{
background-color: #8CFBBA;
}
</style>
border-color css
<style>
span { border-color: #8CFBBA; }
span { border-color: rgb(140,251,186); }
td.TdClassName
{
border-color: #8CFBBA;
}
.TagClassName
{
border-color: #8CFBBA;
}
</style>