Shades of Aquamarine #8CFFBC
Tints of Aquamarine #8CFFBC
RGB
CMYK
RGB Variations
Color information
#8CFFBC (or 0x8CFFBC) is known color: Aquamarine. HEX triplet: 8C, FF and BC. RGB value is (140,255,188). Sum of RGB (Red+Green+Blue) = 140+255+188=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFBC is #730043. Grayscale: #D5D5D5. Windows color (decimal): -7536708 or 12386188. OLE color: 12386188.
HSL color Cylindrical-coordinate representation of color #8CFFBC: hue angle of 145.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFBC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 188 | - |
| CMYK | 0.45 | 0 | 0.26 | 0 |
| HSL | 145.04º | 1% | 0.77% | - |
| HSV(B) | 145.04º | 0.45% | 1% | - |
| XYZ | 55.65 | 80.73 | 60.23 | - |
| YUV | 212.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 188 | 0.45 | 0 | 0.26 | 0 | 145.04 | 1 | 0.77 |
| Hex | 8C | FF | BC | 2D | 0 | 1A | 0 | 91 | 64 | 4D |
| Octal | 214 | 377 | 274 | 55 | 0 | 32 | 0 | 221 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10111100 | 101101 | 0 | 11010 | 0 | 10010001 | 1100100 | 1001101 |
Color Harmonies of #8CFFBC
Complementary color
Monochromatic Colors of #8CFFBC
Black with #8CFFBC
Text Example
Text Example
White with #8CFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFBC; }
p { color: rgb(140,255,188); }
H1.HeaderClassName
{
color: #8CFFBC;
}
.AnyTagClassName
{
color: #8CFFBC;
}
</style>
background-color css
<style>
a { background-color: #8CFFBC; }
a { background-color: rgb(140,255,188); }
div.DivClassName
{
background-color: #8CFFBC;
}
.BgClassName
{
background-color: #8CFFBC;
}
</style>
border-color css
<style>
span { border-color: #8CFFBC; }
span { border-color: rgb(140,255,188); }
td.TdClassName
{
border-color: #8CFFBC;
}
.TagClassName
{
border-color: #8CFFBC;
}
</style>