Shades of Aquamarine #8EEDE2
Tints of Aquamarine #8EEDE2
RGB
CMYK
RGB Variations
Color information
#8EEDE2 (or 0x8EEDE2) is known color: Aquamarine. HEX triplet: 8E, ED and E2. RGB value is (142,237,226). Sum of RGB (Red+Green+Blue) = 142+237+226=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDE2 is #71121D. Grayscale: #CFCFCF. Windows color (decimal): -7410206 or 14871950. OLE color: 14871950.
HSL color Cylindrical-coordinate representation of color #8EEDE2: hue angle of 173.05º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDE2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 226 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.07 |
| HSL | 173.05º | 0.73% | 0.74% | - |
| HSV(B) | 173.05º | 0.4% | 0.93% | - |
| XYZ | 55.17 | 71.81 | 82.9 | - |
| YUV | 207.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 226 | 0.40 | 0 | 0.05 | 0.07 | 173.05 | 0.73 | 0.74 |
| Hex | 8E | ED | E2 | 28 | 0 | 5 | 7 | AD | 49 | 4A |
| Octal | 216 | 355 | 342 | 50 | 0 | 5 | 7 | 255 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11100010 | 101000 | 0 | 101 | 111 | 10101101 | 1001001 | 1001010 |
Color Harmonies of #8EEDE2
Complementary color
Monochromatic Colors of #8EEDE2
Black with #8EEDE2
Text Example
Text Example
White with #8EEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDE2; }
p { color: rgb(142,237,226); }
H1.HeaderClassName
{
color: #8EEDE2;
}
.AnyTagClassName
{
color: #8EEDE2;
}
</style>
background-color css
<style>
a { background-color: #8EEDE2; }
a { background-color: rgb(142,237,226); }
div.DivClassName
{
background-color: #8EEDE2;
}
.BgClassName
{
background-color: #8EEDE2;
}
</style>
border-color css
<style>
span { border-color: #8EEDE2; }
span { border-color: rgb(142,237,226); }
td.TdClassName
{
border-color: #8EEDE2;
}
.TagClassName
{
border-color: #8EEDE2;
}
</style>