Shades of Morning Glory #A6CDCD
Tints of Morning Glory #A6CDCD
RGB
CMYK
RGB Variations
Color information
#A6CDCD (or 0xA6CDCD) is known color: Morning Glory. HEX triplet: A6, CD and CD. RGB value is (166,205,205). Sum of RGB (Red+Green+Blue) = 166+205+205=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A6CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDCD is #593232. Grayscale: #C1C1C1. Windows color (decimal): -5845555 or 13487526. OLE color: 13487526.
HSL color Cylindrical-coordinate representation of color #A6CDCD: hue angle of 180º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDCD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 205 | - |
| CMYK | 0.19 | 0 | 0 | 0.20 |
| HSL | 180º | 0.28% | 0.73% | - |
| HSV(B) | 180º | 0.19% | 0.8% | - |
| XYZ | 48.58 | 56.18 | 66.04 | - |
| YUV | 193.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 205 | 0.19 | 0 | 0 | 0.20 | 180 | 0.28 | 0.73 |
| Hex | A6 | CD | CD | 13 | 0 | 0 | 14 | B4 | 1C | 49 |
| Octal | 246 | 315 | 315 | 23 | 0 | 0 | 24 | 264 | 34 | 111 |
| Binary | 10100110 | 11001101 | 11001101 | 10011 | 0 | 0 | 10100 | 10110100 | 11100 | 1001001 |
Color Harmonies of #A6CDCD
Complementary color
Monochromatic Colors of #A6CDCD
Black with #A6CDCD
Text Example
Text Example
White with #A6CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDCD; }
p { color: rgb(166,205,205); }
H1.HeaderClassName
{
color: #A6CDCD;
}
.AnyTagClassName
{
color: #A6CDCD;
}
</style>
background-color css
<style>
a { background-color: #A6CDCD; }
a { background-color: rgb(166,205,205); }
div.DivClassName
{
background-color: #A6CDCD;
}
.BgClassName
{
background-color: #A6CDCD;
}
</style>
border-color css
<style>
span { border-color: #A6CDCD; }
span { border-color: rgb(166,205,205); }
td.TdClassName
{
border-color: #A6CDCD;
}
.TagClassName
{
border-color: #A6CDCD;
}
</style>