Shades of Morning Glory #A0D6DB
Tints of Morning Glory #A0D6DB
RGB
CMYK
RGB Variations
Color information
#A0D6DB (or 0xA0D6DB) is known color: Morning Glory. HEX triplet: A0, D6 and DB. RGB value is (160,214,219). Sum of RGB (Red+Green+Blue) = 160+214+219=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6DB is #5F2924. Grayscale: #C6C6C6. Windows color (decimal): -6236453 or 14407328. OLE color: 14407328.
HSL color Cylindrical-coordinate representation of color #A0D6DB: hue angle of 185.08º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D6DB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 214 | 219 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.14 |
| HSL | 185.08º | 0.45% | 0.74% | - |
| HSV(B) | 185.08º | 0.27% | 0.86% | - |
| XYZ | 51.33 | 60.68 | 76.03 | - |
| YUV | 198.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 219 | 0.27 | 0.02 | 0 | 0.14 | 185.08 | 0.45 | 0.74 |
| Hex | A0 | D6 | DB | 1B | 2 | 0 | E | B9 | 2D | 4A |
| Octal | 240 | 326 | 333 | 33 | 2 | 0 | 16 | 271 | 55 | 112 |
| Binary | 10100000 | 11010110 | 11011011 | 11011 | 10 | 0 | 1110 | 10111001 | 101101 | 1001010 |
Color Harmonies of #A0D6DB
Complementary color
Monochromatic Colors of #A0D6DB
Black with #A0D6DB
Text Example
Text Example
White with #A0D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6DB; }
p { color: rgb(160,214,219); }
H1.HeaderClassName
{
color: #A0D6DB;
}
.AnyTagClassName
{
color: #A0D6DB;
}
</style>
background-color css
<style>
a { background-color: #A0D6DB; }
a { background-color: rgb(160,214,219); }
div.DivClassName
{
background-color: #A0D6DB;
}
.BgClassName
{
background-color: #A0D6DB;
}
</style>
border-color css
<style>
span { border-color: #A0D6DB; }
span { border-color: rgb(160,214,219); }
td.TdClassName
{
border-color: #A0D6DB;
}
.TagClassName
{
border-color: #A0D6DB;
}
</style>