Shades of Aquamarine #8EEEDC
Tints of Aquamarine #8EEEDC
RGB
CMYK
RGB Variations
Color information
#8EEEDC (or 0x8EEEDC) is known color: Aquamarine. HEX triplet: 8E, EE and DC. RGB value is (142,238,220). Sum of RGB (Red+Green+Blue) = 142+238+220=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEDC is #711123. Grayscale: #CFCFCF. Windows color (decimal): -7409956 or 14478990. OLE color: 14478990.
HSL color Cylindrical-coordinate representation of color #8EEEDC: hue angle of 168.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEDC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 220 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.07 |
| HSL | 168.75º | 0.74% | 0.75% | - |
| HSV(B) | 168.75º | 0.4% | 0.93% | - |
| XYZ | 54.65 | 72.07 | 78.74 | - |
| YUV | 207.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 220 | 0.40 | 0 | 0.08 | 0.07 | 168.75 | 0.74 | 0.75 |
| Hex | 8E | EE | DC | 28 | 0 | 8 | 7 | A9 | 4A | 4B |
| Octal | 216 | 356 | 334 | 50 | 0 | 10 | 7 | 251 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11011100 | 101000 | 0 | 1000 | 111 | 10101001 | 1001010 | 1001011 |
Color Harmonies of #8EEEDC
Complementary color
Monochromatic Colors of #8EEEDC
Black with #8EEEDC
Text Example
Text Example
White with #8EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEDC; }
p { color: rgb(142,238,220); }
H1.HeaderClassName
{
color: #8EEEDC;
}
.AnyTagClassName
{
color: #8EEEDC;
}
</style>
background-color css
<style>
a { background-color: #8EEEDC; }
a { background-color: rgb(142,238,220); }
div.DivClassName
{
background-color: #8EEEDC;
}
.BgClassName
{
background-color: #8EEEDC;
}
</style>
border-color css
<style>
span { border-color: #8EEEDC; }
span { border-color: rgb(142,238,220); }
td.TdClassName
{
border-color: #8EEEDC;
}
.TagClassName
{
border-color: #8EEEDC;
}
</style>