Shades of Morning Glory #8ECACA
Tints of Morning Glory #8ECACA
RGB
CMYK
RGB Variations
Color information
#8ECACA (or 0x8ECACA) is known color: Morning Glory. HEX triplet: 8E, CA and CA. RGB value is (142,202,202). Sum of RGB (Red+Green+Blue) = 142+202+202=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #8ECACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECACA is #713535. Grayscale: #B8B8B8. Windows color (decimal): -7419190 or 13290126. OLE color: 13290126.
HSL color Cylindrical-coordinate representation of color #8ECACA: hue angle of 180º 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 #8ECACA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 202 | - |
| CMYK | 0.30 | 0 | 0 | 0.21 |
| HSL | 180º | 0.36% | 0.67% | - |
| HSV(B) | 180º | 0.3% | 0.79% | - |
| XYZ | 42.94 | 52.26 | 63.7 | - |
| YUV | 184.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 202 | 0.30 | 0 | 0 | 0.21 | 180 | 0.36 | 0.67 |
| Hex | 8E | CA | CA | 1E | 0 | 0 | 15 | B4 | 24 | 43 |
| Octal | 216 | 312 | 312 | 36 | 0 | 0 | 25 | 264 | 44 | 103 |
| Binary | 10001110 | 11001010 | 11001010 | 11110 | 0 | 0 | 10101 | 10110100 | 100100 | 1000011 |
Color Harmonies of #8ECACA
Complementary color
Monochromatic Colors of #8ECACA
Black with #8ECACA
Text Example
Text Example
White with #8ECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECACA; }
p { color: rgb(142,202,202); }
H1.HeaderClassName
{
color: #8ECACA;
}
.AnyTagClassName
{
color: #8ECACA;
}
</style>
background-color css
<style>
a { background-color: #8ECACA; }
a { background-color: rgb(142,202,202); }
div.DivClassName
{
background-color: #8ECACA;
}
.BgClassName
{
background-color: #8ECACA;
}
</style>
border-color css
<style>
span { border-color: #8ECACA; }
span { border-color: rgb(142,202,202); }
td.TdClassName
{
border-color: #8ECACA;
}
.TagClassName
{
border-color: #8ECACA;
}
</style>