Shades of Aquamarine #8EFDBE
Tints of Aquamarine #8EFDBE
RGB
CMYK
RGB Variations
Color information
#8EFDBE (or 0x8EFDBE) is known color: Aquamarine. HEX triplet: 8E, FD and BE. RGB value is (142,253,190). Sum of RGB (Red+Green+Blue) = 142+253+190=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDBE is #710241. Grayscale: #D4D4D4. Windows color (decimal): -7406146 or 12516750. OLE color: 12516750.
HSL color Cylindrical-coordinate representation of color #8EFDBE: hue angle of 145.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDBE is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 190 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.01 |
| HSL | 145.95º | 0.97% | 0.77% | - |
| HSV(B) | 145.95º | 0.44% | 0.99% | - |
| XYZ | 55.57 | 79.72 | 61.17 | - |
| YUV | 212.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 190 | 0.44 | 0 | 0.25 | 0.01 | 145.95 | 0.97 | 0.77 |
| Hex | 8E | FD | BE | 2C | 0 | 19 | 1 | 92 | 61 | 4D |
| Octal | 216 | 375 | 276 | 54 | 0 | 31 | 1 | 222 | 141 | 115 |
| Binary | 10001110 | 11111101 | 10111110 | 101100 | 0 | 11001 | 1 | 10010010 | 1100001 | 1001101 |
Color Harmonies of #8EFDBE
Complementary color
Monochromatic Colors of #8EFDBE
Black with #8EFDBE
Text Example
Text Example
White with #8EFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDBE; }
p { color: rgb(142,253,190); }
H1.HeaderClassName
{
color: #8EFDBE;
}
.AnyTagClassName
{
color: #8EFDBE;
}
</style>
background-color css
<style>
a { background-color: #8EFDBE; }
a { background-color: rgb(142,253,190); }
div.DivClassName
{
background-color: #8EFDBE;
}
.BgClassName
{
background-color: #8EFDBE;
}
</style>
border-color css
<style>
span { border-color: #8EFDBE; }
span { border-color: rgb(142,253,190); }
td.TdClassName
{
border-color: #8EFDBE;
}
.TagClassName
{
border-color: #8EFDBE;
}
</style>