Shades of Morning Glory #96D9D7
Tints of Morning Glory #96D9D7
RGB
CMYK
RGB Variations
Color information
#96D9D7 (or 0x96D9D7) is known color: Morning Glory. HEX triplet: 96, D9 and D7. RGB value is (150,217,215). Sum of RGB (Red+Green+Blue) = 150+217+215=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9D7 is #692628. Grayscale: #C4C4C4. Windows color (decimal): -6891049 or 14145942. OLE color: 14145942.
HSL color Cylindrical-coordinate representation of color #96D9D7: hue angle of 178.21º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9D7 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 215 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.15 |
| HSL | 178.21º | 0.47% | 0.72% | - |
| HSV(B) | 178.21º | 0.31% | 0.85% | - |
| XYZ | 49.66 | 61.02 | 73.45 | - |
| YUV | 196.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 215 | 0.31 | 0 | 0.01 | 0.15 | 178.21 | 0.47 | 0.72 |
| Hex | 96 | D9 | D7 | 1F | 0 | 1 | F | B2 | 2F | 48 |
| Octal | 226 | 331 | 327 | 37 | 0 | 1 | 17 | 262 | 57 | 110 |
| Binary | 10010110 | 11011001 | 11010111 | 11111 | 0 | 1 | 1111 | 10110010 | 101111 | 1001000 |
Color Harmonies of #96D9D7
Complementary color
Monochromatic Colors of #96D9D7
Black with #96D9D7
Text Example
Text Example
White with #96D9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9D7; }
p { color: rgb(150,217,215); }
H1.HeaderClassName
{
color: #96D9D7;
}
.AnyTagClassName
{
color: #96D9D7;
}
</style>
background-color css
<style>
a { background-color: #96D9D7; }
a { background-color: rgb(150,217,215); }
div.DivClassName
{
background-color: #96D9D7;
}
.BgClassName
{
background-color: #96D9D7;
}
</style>
border-color css
<style>
span { border-color: #96D9D7; }
span { border-color: rgb(150,217,215); }
td.TdClassName
{
border-color: #96D9D7;
}
.TagClassName
{
border-color: #96D9D7;
}
</style>