Shades of Morning Glory #A0D1D1
Tints of Morning Glory #A0D1D1
RGB
CMYK
RGB Variations
Color information
#A0D1D1 (or 0xA0D1D1) is known color: Morning Glory. HEX triplet: A0, D1 and D1. RGB value is (160,209,209). Sum of RGB (Red+Green+Blue) = 160+209+209=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #A0D1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1D1 is #5F2E2E. Grayscale: #C2C2C2. Windows color (decimal): -6237743 or 13750688. OLE color: 13750688.
HSL color Cylindrical-coordinate representation of color #A0D1D1: hue angle of 180º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D1D1 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 209 | - |
| CMYK | 0.23 | 0 | 0 | 0.18 |
| HSL | 180º | 0.35% | 0.72% | - |
| HSV(B) | 180º | 0.23% | 0.82% | - |
| XYZ | 48.81 | 57.68 | 68.88 | - |
| YUV | 194.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 209 | 0.23 | 0 | 0 | 0.18 | 180 | 0.35 | 0.72 |
| Hex | A0 | D1 | D1 | 17 | 0 | 0 | 12 | B4 | 23 | 48 |
| Octal | 240 | 321 | 321 | 27 | 0 | 0 | 22 | 264 | 43 | 110 |
| Binary | 10100000 | 11010001 | 11010001 | 10111 | 0 | 0 | 10010 | 10110100 | 100011 | 1001000 |
Color Harmonies of #A0D1D1
Complementary color
Monochromatic Colors of #A0D1D1
Black with #A0D1D1
Text Example
Text Example
White with #A0D1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1D1; }
p { color: rgb(160,209,209); }
H1.HeaderClassName
{
color: #A0D1D1;
}
.AnyTagClassName
{
color: #A0D1D1;
}
</style>
background-color css
<style>
a { background-color: #A0D1D1; }
a { background-color: rgb(160,209,209); }
div.DivClassName
{
background-color: #A0D1D1;
}
.BgClassName
{
background-color: #A0D1D1;
}
</style>
border-color css
<style>
span { border-color: #A0D1D1; }
span { border-color: rgb(160,209,209); }
td.TdClassName
{
border-color: #A0D1D1;
}
.TagClassName
{
border-color: #A0D1D1;
}
</style>