Shades of Morning Glory #8EC4CA
Tints of Morning Glory #8EC4CA
RGB
CMYK
RGB Variations
Color information
#8EC4CA (or 0x8EC4CA) is known color: Morning Glory. HEX triplet: 8E, C4 and CA. RGB value is (142,196,202). Sum of RGB (Red+Green+Blue) = 142+196+202=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4CA is #713B35. Grayscale: #B4B4B4. Windows color (decimal): -7420726 or 13288590. OLE color: 13288590.
HSL color Cylindrical-coordinate representation of color #8EC4CA: hue angle of 186º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC4CA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 196 | 202 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.21 |
| HSL | 186º | 0.36% | 0.67% | - |
| HSV(B) | 186º | 0.3% | 0.79% | - |
| XYZ | 41.56 | 49.49 | 63.24 | - |
| YUV | 180.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 202 | 0.30 | 0.03 | 0 | 0.21 | 186 | 0.36 | 0.67 |
| Hex | 8E | C4 | CA | 1E | 3 | 0 | 15 | BA | 24 | 43 |
| Octal | 216 | 304 | 312 | 36 | 3 | 0 | 25 | 272 | 44 | 103 |
| Binary | 10001110 | 11000100 | 11001010 | 11110 | 11 | 0 | 10101 | 10111010 | 100100 | 1000011 |
Color Harmonies of #8EC4CA
Complementary color
Monochromatic Colors of #8EC4CA
Black with #8EC4CA
Text Example
Text Example
White with #8EC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4CA; }
p { color: rgb(142,196,202); }
H1.HeaderClassName
{
color: #8EC4CA;
}
.AnyTagClassName
{
color: #8EC4CA;
}
</style>
background-color css
<style>
a { background-color: #8EC4CA; }
a { background-color: rgb(142,196,202); }
div.DivClassName
{
background-color: #8EC4CA;
}
.BgClassName
{
background-color: #8EC4CA;
}
</style>
border-color css
<style>
span { border-color: #8EC4CA; }
span { border-color: rgb(142,196,202); }
td.TdClassName
{
border-color: #8EC4CA;
}
.TagClassName
{
border-color: #8EC4CA;
}
</style>