Shades of Morning Glory #99CAC5
Tints of Morning Glory #99CAC5
RGB
CMYK
RGB Variations
Color information
#99CAC5 (or 0x99CAC5) is known color: Morning Glory. HEX triplet: 99, CA and C5. RGB value is (153,202,197). Sum of RGB (Red+Green+Blue) = 153+202+197=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAC5 is #66353A. Grayscale: #BABABA. Windows color (decimal): -6698299 or 12962457. OLE color: 12962457.
HSL color Cylindrical-coordinate representation of color #99CAC5: hue angle of 173.88º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAC5 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 197 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.21 |
| HSL | 173.88º | 0.32% | 0.7% | - |
| HSV(B) | 173.88º | 0.24% | 0.79% | - |
| XYZ | 44.34 | 53.04 | 60.73 | - |
| YUV | 186.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 197 | 0.24 | 0 | 0.02 | 0.21 | 173.88 | 0.32 | 0.7 |
| Hex | 99 | CA | C5 | 18 | 0 | 2 | 15 | AE | 20 | 46 |
| Octal | 231 | 312 | 305 | 30 | 0 | 2 | 25 | 256 | 40 | 106 |
| Binary | 10011001 | 11001010 | 11000101 | 11000 | 0 | 10 | 10101 | 10101110 | 100000 | 1000110 |
Color Harmonies of #99CAC5
Complementary color
Monochromatic Colors of #99CAC5
Black with #99CAC5
Text Example
Text Example
White with #99CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAC5; }
p { color: rgb(153,202,197); }
H1.HeaderClassName
{
color: #99CAC5;
}
.AnyTagClassName
{
color: #99CAC5;
}
</style>
background-color css
<style>
a { background-color: #99CAC5; }
a { background-color: rgb(153,202,197); }
div.DivClassName
{
background-color: #99CAC5;
}
.BgClassName
{
background-color: #99CAC5;
}
</style>
border-color css
<style>
span { border-color: #99CAC5; }
span { border-color: rgb(153,202,197); }
td.TdClassName
{
border-color: #99CAC5;
}
.TagClassName
{
border-color: #99CAC5;
}
</style>