Shades of Morning Glory #A2CECD
Tints of Morning Glory #A2CECD
RGB
CMYK
RGB Variations
Color information
#A2CECD (or 0xA2CECD) is known color: Morning Glory. HEX triplet: A2, CE and CD. RGB value is (162,206,205). Sum of RGB (Red+Green+Blue) = 162+206+205=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CECD is #5D3132. Grayscale: #C0C0C0. Windows color (decimal): -6107443 or 13487778. OLE color: 13487778.
HSL color Cylindrical-coordinate representation of color #A2CECD: hue angle of 178.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CECD is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 205 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.19 |
| HSL | 178.64º | 0.31% | 0.72% | - |
| HSV(B) | 178.64º | 0.21% | 0.81% | - |
| XYZ | 47.99 | 56.23 | 66.08 | - |
| YUV | 192.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 205 | 0.21 | 0 | 0.00 | 0.19 | 178.64 | 0.31 | 0.72 |
| Hex | A2 | CE | CD | 15 | 0 | 0 | 13 | B3 | 1F | 48 |
| Octal | 242 | 316 | 315 | 25 | 0 | 0 | 23 | 263 | 37 | 110 |
| Binary | 10100010 | 11001110 | 11001101 | 10101 | 0 | 0 | 10011 | 10110011 | 11111 | 1001000 |
Color Harmonies of #A2CECD
Complementary color
Monochromatic Colors of #A2CECD
Black with #A2CECD
Text Example
Text Example
White with #A2CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CECD; }
p { color: rgb(162,206,205); }
H1.HeaderClassName
{
color: #A2CECD;
}
.AnyTagClassName
{
color: #A2CECD;
}
</style>
background-color css
<style>
a { background-color: #A2CECD; }
a { background-color: rgb(162,206,205); }
div.DivClassName
{
background-color: #A2CECD;
}
.BgClassName
{
background-color: #A2CECD;
}
</style>
border-color css
<style>
span { border-color: #A2CECD; }
span { border-color: rgb(162,206,205); }
td.TdClassName
{
border-color: #A2CECD;
}
.TagClassName
{
border-color: #A2CECD;
}
</style>