Shades of Morning Glory #A0DDDB
Tints of Morning Glory #A0DDDB
RGB
CMYK
RGB Variations
Color information
#A0DDDB (or 0xA0DDDB) is known color: Morning Glory. HEX triplet: A0, DD and DB. RGB value is (160,221,219). Sum of RGB (Red+Green+Blue) = 160+221+219=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDDB is #5F2224. Grayscale: #CACACA. Windows color (decimal): -6234661 or 14409120. OLE color: 14409120.
HSL color Cylindrical-coordinate representation of color #A0DDDB: hue angle of 178.03º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDDB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 219 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.13 |
| HSL | 178.03º | 0.47% | 0.75% | - |
| HSV(B) | 178.03º | 0.28% | 0.87% | - |
| XYZ | 53.14 | 64.3 | 76.63 | - |
| YUV | 202.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 219 | 0.28 | 0 | 0.01 | 0.13 | 178.03 | 0.47 | 0.75 |
| Hex | A0 | DD | DB | 1C | 0 | 1 | D | B2 | 2F | 4B |
| Octal | 240 | 335 | 333 | 34 | 0 | 1 | 15 | 262 | 57 | 113 |
| Binary | 10100000 | 11011101 | 11011011 | 11100 | 0 | 1 | 1101 | 10110010 | 101111 | 1001011 |
Color Harmonies of #A0DDDB
Complementary color
Monochromatic Colors of #A0DDDB
Black with #A0DDDB
Text Example
Text Example
White with #A0DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDDB; }
p { color: rgb(160,221,219); }
H1.HeaderClassName
{
color: #A0DDDB;
}
.AnyTagClassName
{
color: #A0DDDB;
}
</style>
background-color css
<style>
a { background-color: #A0DDDB; }
a { background-color: rgb(160,221,219); }
div.DivClassName
{
background-color: #A0DDDB;
}
.BgClassName
{
background-color: #A0DDDB;
}
</style>
border-color css
<style>
span { border-color: #A0DDDB; }
span { border-color: rgb(160,221,219); }
td.TdClassName
{
border-color: #A0DDDB;
}
.TagClassName
{
border-color: #A0DDDB;
}
</style>