Shades of Morning Glory #8EE0DC
Tints of Morning Glory #8EE0DC
RGB
CMYK
RGB Variations
Color information
#8EE0DC (or 0x8EE0DC) is known color: Morning Glory. HEX triplet: 8E, E0 and DC. RGB value is (142,224,220). Sum of RGB (Red+Green+Blue) = 142+224+220=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE0DC is #711F23. Grayscale: #C6C6C6. Windows color (decimal): -7413540 or 14475406. OLE color: 14475406.
HSL color Cylindrical-coordinate representation of color #8EE0DC: hue angle of 177.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0DC is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 220 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.12 |
| HSL | 177.07º | 0.57% | 0.72% | - |
| HSV(B) | 177.07º | 0.37% | 0.88% | - |
| XYZ | 50.73 | 64.23 | 77.43 | - |
| YUV | 199.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 220 | 0.37 | 0 | 0.02 | 0.12 | 177.07 | 0.57 | 0.72 |
| Hex | 8E | E0 | DC | 25 | 0 | 2 | C | B1 | 39 | 48 |
| Octal | 216 | 340 | 334 | 45 | 0 | 2 | 14 | 261 | 71 | 110 |
| Binary | 10001110 | 11100000 | 11011100 | 100101 | 0 | 10 | 1100 | 10110001 | 111001 | 1001000 |
Color Harmonies of #8EE0DC
Complementary color
Monochromatic Colors of #8EE0DC
Black with #8EE0DC
Text Example
Text Example
White with #8EE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0DC; }
p { color: rgb(142,224,220); }
H1.HeaderClassName
{
color: #8EE0DC;
}
.AnyTagClassName
{
color: #8EE0DC;
}
</style>
background-color css
<style>
a { background-color: #8EE0DC; }
a { background-color: rgb(142,224,220); }
div.DivClassName
{
background-color: #8EE0DC;
}
.BgClassName
{
background-color: #8EE0DC;
}
</style>
border-color css
<style>
span { border-color: #8EE0DC; }
span { border-color: rgb(142,224,220); }
td.TdClassName
{
border-color: #8EE0DC;
}
.TagClassName
{
border-color: #8EE0DC;
}
</style>