Shades of Morning Glory #96CAC6
Tints of Morning Glory #96CAC6
RGB
CMYK
RGB Variations
Color information
#96CAC6 (or 0x96CAC6) is known color: Morning Glory. HEX triplet: 96, CA and C6. RGB value is (150,202,198). Sum of RGB (Red+Green+Blue) = 150+202+198=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC6 is #693539. Grayscale: #B9B9B9. Windows color (decimal): -6894906 or 13027990. OLE color: 13027990.
HSL color Cylindrical-coordinate representation of color #96CAC6: hue angle of 175.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAC6 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 198 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.21 |
| HSL | 175.38º | 0.33% | 0.69% | - |
| HSV(B) | 175.38º | 0.26% | 0.79% | - |
| XYZ | 43.89 | 52.8 | 61.3 | - |
| YUV | 186 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 198 | 0.26 | 0 | 0.02 | 0.21 | 175.38 | 0.33 | 0.69 |
| Hex | 96 | CA | C6 | 1A | 0 | 2 | 15 | AF | 21 | 45 |
| Octal | 226 | 312 | 306 | 32 | 0 | 2 | 25 | 257 | 41 | 105 |
| Binary | 10010110 | 11001010 | 11000110 | 11010 | 0 | 10 | 10101 | 10101111 | 100001 | 1000101 |
Color Harmonies of #96CAC6
Complementary color
Monochromatic Colors of #96CAC6
Black with #96CAC6
Text Example
Text Example
White with #96CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAC6; }
p { color: rgb(150,202,198); }
H1.HeaderClassName
{
color: #96CAC6;
}
.AnyTagClassName
{
color: #96CAC6;
}
</style>
background-color css
<style>
a { background-color: #96CAC6; }
a { background-color: rgb(150,202,198); }
div.DivClassName
{
background-color: #96CAC6;
}
.BgClassName
{
background-color: #96CAC6;
}
</style>
border-color css
<style>
span { border-color: #96CAC6; }
span { border-color: rgb(150,202,198); }
td.TdClassName
{
border-color: #96CAC6;
}
.TagClassName
{
border-color: #96CAC6;
}
</style>