Shades of Morning Glory #A0DDDD
Tints of Morning Glory #A0DDDD
RGB
CMYK
RGB Variations
Color information
#A0DDDD (or 0xA0DDDD) is known color: Morning Glory. HEX triplet: A0, DD and DD. RGB value is (160,221,221). Sum of RGB (Red+Green+Blue) = 160+221+221=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A0DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDDD is #5F2222. Grayscale: #CACACA. Windows color (decimal): -6234659 or 14540192. OLE color: 14540192.
HSL color Cylindrical-coordinate representation of color #A0DDDD: hue angle of 180º 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 #A0DDDD is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 160 | 221 | 221 | - |
CMYK | 0.28 | 0 | 0 | 0.13 |
HSL | 180º | 0.47% | 0.75% | - |
HSV(B) | 180º | 0.28% | 0.87% | - |
XYZ | 53.4 | 64.41 | 78.02 | - |
YUV | 202.76 | 138.29 | 97.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 221 | 221 | 0.28 | 0 | 0 | 0.13 | 180 | 0.47 | 0.75 |
Hex | A0 | DD | DD | 1C | 0 | 0 | D | B4 | 2F | 4B |
Octal | 240 | 335 | 335 | 34 | 0 | 0 | 15 | 264 | 57 | 113 |
Binary | 10100000 | 11011101 | 11011101 | 11100 | 0 | 0 | 1101 | 10110100 | 101111 | 1001011 |
Color Harmonies of #A0DDDD
Complementary color
Monochromatic Colors of #A0DDDD
Black with #A0DDDD
Text Example
Text Example
White with #A0DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDDD; }
p { color: rgb(160,221,221); }
H1.HeaderClassName
{
color: #A0DDDD;
}
.AnyTagClassName
{
color: #A0DDDD;
}
</style>
background-color css
<style>
a { background-color: #A0DDDD; }
a { background-color: rgb(160,221,221); }
div.DivClassName
{
background-color: #A0DDDD;
}
.BgClassName
{
background-color: #A0DDDD;
}
</style>
border-color css
<style>
span { border-color: #A0DDDD; }
span { border-color: rgb(160,221,221); }
td.TdClassName
{
border-color: #A0DDDD;
}
.TagClassName
{
border-color: #A0DDDD;
}
</style>