Shades of Aquamarine #8FFEBD
Tints of Aquamarine #8FFEBD
RGB
CMYK
RGB Variations
Color information
#8FFEBD (or 0x8FFEBD) is known color: Aquamarine. HEX triplet: 8F, FE and BD. RGB value is (143,254,189). Sum of RGB (Red+Green+Blue) = 143+254+189=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEBD is #700142. Grayscale: #D5D5D5. Windows color (decimal): -7340355 or 12451471. OLE color: 12451471.
HSL color Cylindrical-coordinate representation of color #8FFEBD: hue angle of 144.86º 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 #8FFEBD is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 189 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.00 |
| HSL | 144.86º | 0.98% | 0.78% | - |
| HSV(B) | 144.86º | 0.44% | 1% | - |
| XYZ | 55.95 | 80.4 | 60.71 | - |
| YUV | 213.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 189 | 0.44 | 0 | 0.26 | 0.00 | 144.86 | 0.98 | 0.78 |
| Hex | 8F | FE | BD | 2C | 0 | 1A | 0 | 91 | 62 | 4E |
| Octal | 217 | 376 | 275 | 54 | 0 | 32 | 0 | 221 | 142 | 116 |
| Binary | 10001111 | 11111110 | 10111101 | 101100 | 0 | 11010 | 0 | 10010001 | 1100010 | 1001110 |
Color Harmonies of #8FFEBD
Complementary color
Monochromatic Colors of #8FFEBD
Black with #8FFEBD
Text Example
Text Example
White with #8FFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEBD; }
p { color: rgb(143,254,189); }
H1.HeaderClassName
{
color: #8FFEBD;
}
.AnyTagClassName
{
color: #8FFEBD;
}
</style>
background-color css
<style>
a { background-color: #8FFEBD; }
a { background-color: rgb(143,254,189); }
div.DivClassName
{
background-color: #8FFEBD;
}
.BgClassName
{
background-color: #8FFEBD;
}
</style>
border-color css
<style>
span { border-color: #8FFEBD; }
span { border-color: rgb(143,254,189); }
td.TdClassName
{
border-color: #8FFEBD;
}
.TagClassName
{
border-color: #8FFEBD;
}
</style>