Shades of Morning Glory #A0CECD
Tints of Morning Glory #A0CECD
RGB
CMYK
RGB Variations
Color information
#A0CECD (or 0xA0CECD) is known color: Morning Glory. HEX triplet: A0, CE and CD. RGB value is (160,206,205). Sum of RGB (Red+Green+Blue) = 160+206+205=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CECD is #5F3132. Grayscale: #C0C0C0. Windows color (decimal): -6238515 or 13487776. OLE color: 13487776.
HSL color Cylindrical-coordinate representation of color #A0CECD: hue angle of 178.7º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CECD is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 205 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.19 |
| HSL | 178.7º | 0.32% | 0.72% | - |
| HSV(B) | 178.7º | 0.22% | 0.81% | - |
| XYZ | 47.59 | 56.02 | 66.06 | - |
| YUV | 192.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 205 | 0.22 | 0 | 0.00 | 0.19 | 178.7 | 0.32 | 0.72 |
| Hex | A0 | CE | CD | 16 | 0 | 0 | 13 | B3 | 20 | 48 |
| Octal | 240 | 316 | 315 | 26 | 0 | 0 | 23 | 263 | 40 | 110 |
| Binary | 10100000 | 11001110 | 11001101 | 10110 | 0 | 0 | 10011 | 10110011 | 100000 | 1001000 |
Color Harmonies of #A0CECD
Complementary color
Monochromatic Colors of #A0CECD
Black with #A0CECD
Text Example
Text Example
White with #A0CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CECD; }
p { color: rgb(160,206,205); }
H1.HeaderClassName
{
color: #A0CECD;
}
.AnyTagClassName
{
color: #A0CECD;
}
</style>
background-color css
<style>
a { background-color: #A0CECD; }
a { background-color: rgb(160,206,205); }
div.DivClassName
{
background-color: #A0CECD;
}
.BgClassName
{
background-color: #A0CECD;
}
</style>
border-color css
<style>
span { border-color: #A0CECD; }
span { border-color: rgb(160,206,205); }
td.TdClassName
{
border-color: #A0CECD;
}
.TagClassName
{
border-color: #A0CECD;
}
</style>