Shades of Morning Glory #A2CDCD
Tints of Morning Glory #A2CDCD
RGB
CMYK
RGB Variations
Color information
#A2CDCD (or 0xA2CDCD) is known color: Morning Glory. HEX triplet: A2, CD and CD. RGB value is (162,205,205). Sum of RGB (Red+Green+Blue) = 162+205+205=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A2CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDCD is #5D3232. Grayscale: #C0C0C0. Windows color (decimal): -6107699 or 13487522. OLE color: 13487522.
HSL color Cylindrical-coordinate representation of color #A2CDCD: hue angle of 180º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDCD is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 162 | 205 | 205 | - |
CMYK | 0.21 | 0 | 0 | 0.20 |
HSL | 180º | 0.3% | 0.72% | - |
HSV(B) | 180º | 0.21% | 0.8% | - |
XYZ | 47.75 | 55.75 | 66 | - |
YUV | 192.14 | 135.25 | 106.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 205 | 205 | 0.21 | 0 | 0 | 0.20 | 180 | 0.3 | 0.72 |
Hex | A2 | CD | CD | 15 | 0 | 0 | 14 | B4 | 1E | 48 |
Octal | 242 | 315 | 315 | 25 | 0 | 0 | 24 | 264 | 36 | 110 |
Binary | 10100010 | 11001101 | 11001101 | 10101 | 0 | 0 | 10100 | 10110100 | 11110 | 1001000 |
Color Harmonies of #A2CDCD
Complementary color
Monochromatic Colors of #A2CDCD
Black with #A2CDCD
Text Example
Text Example
White with #A2CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDCD; }
p { color: rgb(162,205,205); }
H1.HeaderClassName
{
color: #A2CDCD;
}
.AnyTagClassName
{
color: #A2CDCD;
}
</style>
background-color css
<style>
a { background-color: #A2CDCD; }
a { background-color: rgb(162,205,205); }
div.DivClassName
{
background-color: #A2CDCD;
}
.BgClassName
{
background-color: #A2CDCD;
}
</style>
border-color css
<style>
span { border-color: #A2CDCD; }
span { border-color: rgb(162,205,205); }
td.TdClassName
{
border-color: #A2CDCD;
}
.TagClassName
{
border-color: #A2CDCD;
}
</style>