Shades of Morning Glory #A0D2D0
Tints of Morning Glory #A0D2D0
RGB
CMYK
RGB Variations
Color information
#A0D2D0 (or 0xA0D2D0) is known color: Morning Glory. HEX triplet: A0, D2 and D0. RGB value is (160,210,208). Sum of RGB (Red+Green+Blue) = 160+210+208=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2D0 is #5F2D2F. Grayscale: #C2C2C2. Windows color (decimal): -6237488 or 13685408. OLE color: 13685408.
HSL color Cylindrical-coordinate representation of color #A0D2D0: hue angle of 177.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2D0 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 208 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.18 |
| HSL | 177.6º | 0.36% | 0.73% | - |
| HSV(B) | 177.6º | 0.24% | 0.82% | - |
| XYZ | 48.93 | 58.12 | 68.31 | - |
| YUV | 194.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 208 | 0.24 | 0 | 0.01 | 0.18 | 177.6 | 0.36 | 0.73 |
| Hex | A0 | D2 | D0 | 18 | 0 | 1 | 12 | B2 | 24 | 49 |
| Octal | 240 | 322 | 320 | 30 | 0 | 1 | 22 | 262 | 44 | 111 |
| Binary | 10100000 | 11010010 | 11010000 | 11000 | 0 | 1 | 10010 | 10110010 | 100100 | 1001001 |
Color Harmonies of #A0D2D0
Complementary color
Monochromatic Colors of #A0D2D0
Black with #A0D2D0
Text Example
Text Example
White with #A0D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2D0; }
p { color: rgb(160,210,208); }
H1.HeaderClassName
{
color: #A0D2D0;
}
.AnyTagClassName
{
color: #A0D2D0;
}
</style>
background-color css
<style>
a { background-color: #A0D2D0; }
a { background-color: rgb(160,210,208); }
div.DivClassName
{
background-color: #A0D2D0;
}
.BgClassName
{
background-color: #A0D2D0;
}
</style>
border-color css
<style>
span { border-color: #A0D2D0; }
span { border-color: rgb(160,210,208); }
td.TdClassName
{
border-color: #A0D2D0;
}
.TagClassName
{
border-color: #A0D2D0;
}
</style>