Shades of Morning Glory #9DCACA
Tints of Morning Glory #9DCACA
RGB
CMYK
RGB Variations
Color information
#9DCACA (or 0x9DCACA) is known color: Morning Glory. HEX triplet: 9D, CA and CA. RGB value is (157,202,202). Sum of RGB (Red+Green+Blue) = 157+202+202=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #9DCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACA is #623535. Grayscale: #BCBCBC. Windows color (decimal): -6436150 or 13290141. OLE color: 13290141.
HSL color Cylindrical-coordinate representation of color #9DCACA: hue angle of 180º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCACA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 202 | - |
| CMYK | 0.22 | 0 | 0 | 0.21 |
| HSL | 180º | 0.3% | 0.7% | - |
| HSV(B) | 180º | 0.22% | 0.79% | - |
| XYZ | 45.69 | 53.67 | 63.83 | - |
| YUV | 188.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 202 | 0.22 | 0 | 0 | 0.21 | 180 | 0.3 | 0.7 |
| Hex | 9D | CA | CA | 16 | 0 | 0 | 15 | B4 | 1E | 46 |
| Octal | 235 | 312 | 312 | 26 | 0 | 0 | 25 | 264 | 36 | 106 |
| Binary | 10011101 | 11001010 | 11001010 | 10110 | 0 | 0 | 10101 | 10110100 | 11110 | 1000110 |
Color Harmonies of #9DCACA
Complementary color
Monochromatic Colors of #9DCACA
Black with #9DCACA
Text Example
Text Example
White with #9DCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCACA; }
p { color: rgb(157,202,202); }
H1.HeaderClassName
{
color: #9DCACA;
}
.AnyTagClassName
{
color: #9DCACA;
}
</style>
background-color css
<style>
a { background-color: #9DCACA; }
a { background-color: rgb(157,202,202); }
div.DivClassName
{
background-color: #9DCACA;
}
.BgClassName
{
background-color: #9DCACA;
}
</style>
border-color css
<style>
span { border-color: #9DCACA; }
span { border-color: rgb(157,202,202); }
td.TdClassName
{
border-color: #9DCACA;
}
.TagClassName
{
border-color: #9DCACA;
}
</style>