Shades of Aquamarine #8EFEE8
Tints of Aquamarine #8EFEE8
RGB
CMYK
RGB Variations
Color information
#8EFEE8 (or 0x8EFEE8) is known color: Aquamarine. HEX triplet: 8E, FE and E8. RGB value is (142,254,232). Sum of RGB (Red+Green+Blue) = 142+254+232=628 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.61% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEE8 is #710117. Grayscale: #D9D9D9. Windows color (decimal): -7405848 or 15269518. OLE color: 15269518.
HSL color Cylindrical-coordinate representation of color #8EFEE8: hue angle of 168.21º 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 #8EFEE8 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 232 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.00 |
| HSL | 168.21º | 0.98% | 0.78% | - |
| HSV(B) | 168.21º | 0.44% | 1% | - |
| XYZ | 61.16 | 82.46 | 89.04 | - |
| YUV | 218 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 232 | 0.44 | 0 | 0.09 | 0.00 | 168.21 | 0.98 | 0.78 |
| Hex | 8E | FE | E8 | 2C | 0 | 9 | 0 | A8 | 62 | 4E |
| Octal | 216 | 376 | 350 | 54 | 0 | 11 | 0 | 250 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11101000 | 101100 | 0 | 1001 | 0 | 10101000 | 1100010 | 1001110 |
Color Harmonies of #8EFEE8
Complementary color
Monochromatic Colors of #8EFEE8
Black with #8EFEE8
Text Example
Text Example
White with #8EFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEE8; }
p { color: rgb(142,254,232); }
H1.HeaderClassName
{
color: #8EFEE8;
}
.AnyTagClassName
{
color: #8EFEE8;
}
</style>
background-color css
<style>
a { background-color: #8EFEE8; }
a { background-color: rgb(142,254,232); }
div.DivClassName
{
background-color: #8EFEE8;
}
.BgClassName
{
background-color: #8EFEE8;
}
</style>
border-color css
<style>
span { border-color: #8EFEE8; }
span { border-color: rgb(142,254,232); }
td.TdClassName
{
border-color: #8EFEE8;
}
.TagClassName
{
border-color: #8EFEE8;
}
</style>