Shades of Morning Glory #A0D9D7
Tints of Morning Glory #A0D9D7
RGB
CMYK
RGB Variations
Color information
#A0D9D7 (or 0xA0D9D7) is known color: Morning Glory. HEX triplet: A0, D9 and D7. RGB value is (160,217,215). Sum of RGB (Red+Green+Blue) = 160+217+215=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9D7 is #5F2628. Grayscale: #C7C7C7. Windows color (decimal): -6235689 or 14145952. OLE color: 14145952.
HSL color Cylindrical-coordinate representation of color #A0D9D7: hue angle of 177.89º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9D7 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 215 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.15 |
| HSL | 177.89º | 0.43% | 0.74% | - |
| HSV(B) | 177.89º | 0.26% | 0.85% | - |
| XYZ | 51.58 | 62.01 | 73.54 | - |
| YUV | 199.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 215 | 0.26 | 0 | 0.01 | 0.15 | 177.89 | 0.43 | 0.74 |
| Hex | A0 | D9 | D7 | 1A | 0 | 1 | F | B2 | 2B | 4A |
| Octal | 240 | 331 | 327 | 32 | 0 | 1 | 17 | 262 | 53 | 112 |
| Binary | 10100000 | 11011001 | 11010111 | 11010 | 0 | 1 | 1111 | 10110010 | 101011 | 1001010 |
Color Harmonies of #A0D9D7
Complementary color
Monochromatic Colors of #A0D9D7
Black with #A0D9D7
Text Example
Text Example
White with #A0D9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9D7; }
p { color: rgb(160,217,215); }
H1.HeaderClassName
{
color: #A0D9D7;
}
.AnyTagClassName
{
color: #A0D9D7;
}
</style>
background-color css
<style>
a { background-color: #A0D9D7; }
a { background-color: rgb(160,217,215); }
div.DivClassName
{
background-color: #A0D9D7;
}
.BgClassName
{
background-color: #A0D9D7;
}
</style>
border-color css
<style>
span { border-color: #A0D9D7; }
span { border-color: rgb(160,217,215); }
td.TdClassName
{
border-color: #A0D9D7;
}
.TagClassName
{
border-color: #A0D9D7;
}
</style>