Shades of Morning Glory #A2CCCB
Tints of Morning Glory #A2CCCB
RGB
CMYK
RGB Variations
Color information
#A2CCCB (or 0xA2CCCB) is known color: Morning Glory. HEX triplet: A2, CC and CB. RGB value is (162,204,203). Sum of RGB (Red+Green+Blue) = 162+204+203=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCCB is #5D3334. Grayscale: #BFBFBF. Windows color (decimal): -6107957 or 13356194. OLE color: 13356194.
HSL color Cylindrical-coordinate representation of color #A2CCCB: hue angle of 178.57º degrees, saturation: 0.29, 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 #A2CCCB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 203 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.2 |
| HSL | 178.57º | 0.29% | 0.72% | - |
| HSV(B) | 178.57º | 0.21% | 0.8% | - |
| XYZ | 47.27 | 55.18 | 64.66 | - |
| YUV | 191.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 203 | 0.21 | 0 | 0.00 | 0.2 | 178.57 | 0.29 | 0.72 |
| Hex | A2 | CC | CB | 15 | 0 | 0 | 14 | B3 | 1D | 48 |
| Octal | 242 | 314 | 313 | 25 | 0 | 0 | 24 | 263 | 35 | 110 |
| Binary | 10100010 | 11001100 | 11001011 | 10101 | 0 | 0 | 10100 | 10110011 | 11101 | 1001000 |
Color Harmonies of #A2CCCB
Complementary color
Monochromatic Colors of #A2CCCB
Black with #A2CCCB
Text Example
Text Example
White with #A2CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCCB; }
p { color: rgb(162,204,203); }
H1.HeaderClassName
{
color: #A2CCCB;
}
.AnyTagClassName
{
color: #A2CCCB;
}
</style>
background-color css
<style>
a { background-color: #A2CCCB; }
a { background-color: rgb(162,204,203); }
div.DivClassName
{
background-color: #A2CCCB;
}
.BgClassName
{
background-color: #A2CCCB;
}
</style>
border-color css
<style>
span { border-color: #A2CCCB; }
span { border-color: rgb(162,204,203); }
td.TdClassName
{
border-color: #A2CCCB;
}
.TagClassName
{
border-color: #A2CCCB;
}
</style>