Shades of Aquamarine #8FFFBC
Tints of Aquamarine #8FFFBC
RGB
CMYK
RGB Variations
Color information
#8FFFBC (or 0x8FFFBC) is known color: Aquamarine. HEX triplet: 8F, FF and BC. RGB value is (143,255,188). Sum of RGB (Red+Green+Blue) = 143+255+188=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFBC is #700043. Grayscale: #D6D6D6. Windows color (decimal): -7340100 or 12386191. OLE color: 12386191.
HSL color Cylindrical-coordinate representation of color #8FFFBC: hue angle of 144.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFBC is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 188 | - |
| CMYK | 0.44 | 0 | 0.26 | 0 |
| HSL | 144.11º | 1% | 0.78% | - |
| HSV(B) | 144.11º | 0.44% | 1% | - |
| XYZ | 56.16 | 80.99 | 60.25 | - |
| YUV | 213.87 | 113.39 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 188 | 0.44 | 0 | 0.26 | 0 | 144.11 | 1 | 0.78 |
| Hex | 8F | FF | BC | 2C | 0 | 1A | 0 | 90 | 64 | 4E |
| Octal | 217 | 377 | 274 | 54 | 0 | 32 | 0 | 220 | 144 | 116 |
| Binary | 10001111 | 11111111 | 10111100 | 101100 | 0 | 11010 | 0 | 10010000 | 1100100 | 1001110 |
Color Harmonies of #8FFFBC
Complementary color
Monochromatic Colors of #8FFFBC
Black with #8FFFBC
Text Example
Text Example
White with #8FFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFBC; }
p { color: rgb(143,255,188); }
H1.HeaderClassName
{
color: #8FFFBC;
}
.AnyTagClassName
{
color: #8FFFBC;
}
</style>
background-color css
<style>
a { background-color: #8FFFBC; }
a { background-color: rgb(143,255,188); }
div.DivClassName
{
background-color: #8FFFBC;
}
.BgClassName
{
background-color: #8FFFBC;
}
</style>
border-color css
<style>
span { border-color: #8FFFBC; }
span { border-color: rgb(143,255,188); }
td.TdClassName
{
border-color: #8FFFBC;
}
.TagClassName
{
border-color: #8FFFBC;
}
</style>