Shades of Aquamarine #8EFFE2
Tints of Aquamarine #8EFFE2
RGB
CMYK
RGB Variations
Color information
#8EFFE2 (or 0x8EFFE2) is known color: Aquamarine. HEX triplet: 8E, FF and E2. RGB value is (142,255,226). Sum of RGB (Red+Green+Blue) = 142+255+226=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFE2 is #71001D. Grayscale: #D9D9D9. Windows color (decimal): -7405598 or 14876558. OLE color: 14876558.
HSL color Cylindrical-coordinate representation of color #8EFFE2: hue angle of 164.6º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFE2 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 226 | - |
| CMYK | 0.44 | 0 | 0.11 | 0 |
| HSL | 164.6º | 1% | 0.78% | - |
| HSV(B) | 164.6º | 0.44% | 1% | - |
| XYZ | 60.64 | 82.76 | 84.73 | - |
| YUV | 217.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 226 | 0.44 | 0 | 0.11 | 0 | 164.6 | 1 | 0.78 |
| Hex | 8E | FF | E2 | 2C | 0 | B | 0 | A5 | 64 | 4E |
| Octal | 216 | 377 | 342 | 54 | 0 | 13 | 0 | 245 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11100010 | 101100 | 0 | 1011 | 0 | 10100101 | 1100100 | 1001110 |
Color Harmonies of #8EFFE2
Complementary color
Monochromatic Colors of #8EFFE2
Black with #8EFFE2
Text Example
Text Example
White with #8EFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFE2; }
p { color: rgb(142,255,226); }
H1.HeaderClassName
{
color: #8EFFE2;
}
.AnyTagClassName
{
color: #8EFFE2;
}
</style>
background-color css
<style>
a { background-color: #8EFFE2; }
a { background-color: rgb(142,255,226); }
div.DivClassName
{
background-color: #8EFFE2;
}
.BgClassName
{
background-color: #8EFFE2;
}
</style>
border-color css
<style>
span { border-color: #8EFFE2; }
span { border-color: rgb(142,255,226); }
td.TdClassName
{
border-color: #8EFFE2;
}
.TagClassName
{
border-color: #8EFFE2;
}
</style>