Shades of Morning Glory #A2DCDC
Tints of Morning Glory #A2DCDC
RGB
CMYK
RGB Variations
Color information
#A2DCDC (or 0xA2DCDC) is known color: Morning Glory. HEX triplet: A2, DC and DC. RGB value is (162,220,220). Sum of RGB (Red+Green+Blue) = 162+220+220=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A2DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCDC is #5D2323. Grayscale: #CACACA. Windows color (decimal): -6103844 or 14474402. OLE color: 14474402.
HSL color Cylindrical-coordinate representation of color #A2DCDC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCDC is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 220 | - |
| CMYK | 0.26 | 0 | 0 | 0.14 |
| HSL | 180º | 0.45% | 0.75% | - |
| HSV(B) | 180º | 0.26% | 0.86% | - |
| XYZ | 53.41 | 64.04 | 77.26 | - |
| YUV | 202.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 220 | 0.26 | 0 | 0 | 0.14 | 180 | 0.45 | 0.75 |
| Hex | A2 | DC | DC | 1A | 0 | 0 | E | B4 | 2D | 4B |
| Octal | 242 | 334 | 334 | 32 | 0 | 0 | 16 | 264 | 55 | 113 |
| Binary | 10100010 | 11011100 | 11011100 | 11010 | 0 | 0 | 1110 | 10110100 | 101101 | 1001011 |
Color Harmonies of #A2DCDC
Complementary color
Monochromatic Colors of #A2DCDC
Black with #A2DCDC
Text Example
Text Example
White with #A2DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCDC; }
p { color: rgb(162,220,220); }
H1.HeaderClassName
{
color: #A2DCDC;
}
.AnyTagClassName
{
color: #A2DCDC;
}
</style>
background-color css
<style>
a { background-color: #A2DCDC; }
a { background-color: rgb(162,220,220); }
div.DivClassName
{
background-color: #A2DCDC;
}
.BgClassName
{
background-color: #A2DCDC;
}
</style>
border-color css
<style>
span { border-color: #A2DCDC; }
span { border-color: rgb(162,220,220); }
td.TdClassName
{
border-color: #A2DCDC;
}
.TagClassName
{
border-color: #A2DCDC;
}
</style>