Shades of Aquamarine #8FFEBF
Tints of Aquamarine #8FFEBF
RGB
CMYK
RGB Variations
Color information
#8FFEBF (or 0x8FFEBF) is known color: Aquamarine. HEX triplet: 8F, FE and BF. RGB value is (143,254,191). Sum of RGB (Red+Green+Blue) = 143+254+191=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEBF is #700140. Grayscale: #D5D5D5. Windows color (decimal): -7340353 or 12582543. OLE color: 12582543.
HSL color Cylindrical-coordinate representation of color #8FFEBF: hue angle of 145.95º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEBF is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 191 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.00 |
| HSL | 145.95º | 0.98% | 0.78% | - |
| HSV(B) | 145.95º | 0.44% | 1% | - |
| XYZ | 56.17 | 80.48 | 61.86 | - |
| YUV | 213.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 191 | 0.44 | 0 | 0.25 | 0.00 | 145.95 | 0.98 | 0.78 |
| Hex | 8F | FE | BF | 2C | 0 | 19 | 0 | 92 | 62 | 4E |
| Octal | 217 | 376 | 277 | 54 | 0 | 31 | 0 | 222 | 142 | 116 |
| Binary | 10001111 | 11111110 | 10111111 | 101100 | 0 | 11001 | 0 | 10010010 | 1100010 | 1001110 |
Color Harmonies of #8FFEBF
Complementary color
Monochromatic Colors of #8FFEBF
Black with #8FFEBF
Text Example
Text Example
White with #8FFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEBF; }
p { color: rgb(143,254,191); }
H1.HeaderClassName
{
color: #8FFEBF;
}
.AnyTagClassName
{
color: #8FFEBF;
}
</style>
background-color css
<style>
a { background-color: #8FFEBF; }
a { background-color: rgb(143,254,191); }
div.DivClassName
{
background-color: #8FFEBF;
}
.BgClassName
{
background-color: #8FFEBF;
}
</style>
border-color css
<style>
span { border-color: #8FFEBF; }
span { border-color: rgb(143,254,191); }
td.TdClassName
{
border-color: #8FFEBF;
}
.TagClassName
{
border-color: #8FFEBF;
}
</style>