Shades of Aquamarine #8FFBC1
Tints of Aquamarine #8FFBC1
RGB
CMYK
RGB Variations
Color information
#8FFBC1 (or 0x8FFBC1) is known color: Aquamarine. HEX triplet: 8F, FB and C1. RGB value is (143,251,193). Sum of RGB (Red+Green+Blue) = 143+251+193=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBC1 is #70043E. Grayscale: #D4D4D4. Windows color (decimal): -7341119 or 12712847. OLE color: 12712847.
HSL color Cylindrical-coordinate representation of color #8FFBC1: hue angle of 147.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBC1 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 193 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.02 |
| HSL | 147.78º | 0.93% | 0.77% | - |
| HSV(B) | 147.78º | 0.43% | 0.98% | - |
| XYZ | 55.45 | 78.68 | 62.72 | - |
| YUV | 212.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 193 | 0.43 | 0 | 0.23 | 0.02 | 147.78 | 0.93 | 0.77 |
| Hex | 8F | FB | C1 | 2B | 0 | 17 | 2 | 94 | 5D | 4D |
| Octal | 217 | 373 | 301 | 53 | 0 | 27 | 2 | 224 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11000001 | 101011 | 0 | 10111 | 10 | 10010100 | 1011101 | 1001101 |
Color Harmonies of #8FFBC1
Complementary color
Monochromatic Colors of #8FFBC1
Black with #8FFBC1
Text Example
Text Example
White with #8FFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBC1; }
p { color: rgb(143,251,193); }
H1.HeaderClassName
{
color: #8FFBC1;
}
.AnyTagClassName
{
color: #8FFBC1;
}
</style>
background-color css
<style>
a { background-color: #8FFBC1; }
a { background-color: rgb(143,251,193); }
div.DivClassName
{
background-color: #8FFBC1;
}
.BgClassName
{
background-color: #8FFBC1;
}
</style>
border-color css
<style>
span { border-color: #8FFBC1; }
span { border-color: rgb(143,251,193); }
td.TdClassName
{
border-color: #8FFBC1;
}
.TagClassName
{
border-color: #8FFBC1;
}
</style>