Shades of Morning Glory #A2D7DC
Tints of Morning Glory #A2D7DC
RGB
CMYK
RGB Variations
Color information
#A2D7DC (or 0xA2D7DC) is known color: Morning Glory. HEX triplet: A2, D7 and DC. RGB value is (162,215,220). Sum of RGB (Red+Green+Blue) = 162+215+220=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7DC is #5D2823. Grayscale: #C7C7C7. Windows color (decimal): -6105124 or 14473122. OLE color: 14473122.
HSL color Cylindrical-coordinate representation of color #A2D7DC: hue angle of 185.17º 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 #A2D7DC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 215 | 220 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.14 |
| HSL | 185.17º | 0.45% | 0.75% | - |
| HSV(B) | 185.17º | 0.26% | 0.86% | - |
| XYZ | 52.12 | 61.45 | 76.82 | - |
| YUV | 199.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 220 | 0.26 | 0.02 | 0 | 0.14 | 185.17 | 0.45 | 0.75 |
| Hex | A2 | D7 | DC | 1A | 2 | 0 | E | B9 | 2D | 4B |
| Octal | 242 | 327 | 334 | 32 | 2 | 0 | 16 | 271 | 55 | 113 |
| Binary | 10100010 | 11010111 | 11011100 | 11010 | 10 | 0 | 1110 | 10111001 | 101101 | 1001011 |
Color Harmonies of #A2D7DC
Complementary color
Monochromatic Colors of #A2D7DC
Black with #A2D7DC
Text Example
Text Example
White with #A2D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7DC; }
p { color: rgb(162,215,220); }
H1.HeaderClassName
{
color: #A2D7DC;
}
.AnyTagClassName
{
color: #A2D7DC;
}
</style>
background-color css
<style>
a { background-color: #A2D7DC; }
a { background-color: rgb(162,215,220); }
div.DivClassName
{
background-color: #A2D7DC;
}
.BgClassName
{
background-color: #A2D7DC;
}
</style>
border-color css
<style>
span { border-color: #A2D7DC; }
span { border-color: rgb(162,215,220); }
td.TdClassName
{
border-color: #A2D7DC;
}
.TagClassName
{
border-color: #A2D7DC;
}
</style>