Shades of Aquamarine #8FFEB8
Tints of Aquamarine #8FFEB8
RGB
CMYK
RGB Variations
Color information
#8FFEB8 (or 0x8FFEB8) is known color: Aquamarine. HEX triplet: 8F, FE and B8. RGB value is (143,254,184). Sum of RGB (Red+Green+Blue) = 143+254+184=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEB8 is #700147. Grayscale: #D5D5D5. Windows color (decimal): -7340360 or 12123791. OLE color: 12123791.
HSL color Cylindrical-coordinate representation of color #8FFEB8: hue angle of 142.16º 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 #8FFEB8 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 184 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.00 |
| HSL | 142.16º | 0.98% | 0.78% | - |
| HSV(B) | 142.16º | 0.44% | 1% | - |
| XYZ | 55.42 | 80.18 | 57.9 | - |
| YUV | 212.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 184 | 0.44 | 0 | 0.28 | 0.00 | 142.16 | 0.98 | 0.78 |
| Hex | 8F | FE | B8 | 2C | 0 | 1C | 0 | 8E | 62 | 4E |
| Octal | 217 | 376 | 270 | 54 | 0 | 34 | 0 | 216 | 142 | 116 |
| Binary | 10001111 | 11111110 | 10111000 | 101100 | 0 | 11100 | 0 | 10001110 | 1100010 | 1001110 |
Color Harmonies of #8FFEB8
Complementary color
Monochromatic Colors of #8FFEB8
Black with #8FFEB8
Text Example
Text Example
White with #8FFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEB8; }
p { color: rgb(143,254,184); }
H1.HeaderClassName
{
color: #8FFEB8;
}
.AnyTagClassName
{
color: #8FFEB8;
}
</style>
background-color css
<style>
a { background-color: #8FFEB8; }
a { background-color: rgb(143,254,184); }
div.DivClassName
{
background-color: #8FFEB8;
}
.BgClassName
{
background-color: #8FFEB8;
}
</style>
border-color css
<style>
span { border-color: #8FFEB8; }
span { border-color: rgb(143,254,184); }
td.TdClassName
{
border-color: #8FFEB8;
}
.TagClassName
{
border-color: #8FFEB8;
}
</style>