Shades of Morning Glory #96D0CF
Tints of Morning Glory #96D0CF
RGB
CMYK
RGB Variations
Color information
#96D0CF (or 0x96D0CF) is known color: Morning Glory. HEX triplet: 96, D0 and CF. RGB value is (150,208,207). Sum of RGB (Red+Green+Blue) = 150+208+207=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0CF is #692F30. Grayscale: #BEBEBE. Windows color (decimal): -6893361 or 13619350. OLE color: 13619350.
HSL color Cylindrical-coordinate representation of color #96D0CF: hue angle of 178.97º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D0CF is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 207 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.18 |
| HSL | 178.97º | 0.38% | 0.7% | - |
| HSV(B) | 178.97º | 0.28% | 0.82% | - |
| XYZ | 46.4 | 56.1 | 67.41 | - |
| YUV | 190.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 207 | 0.28 | 0 | 0.00 | 0.18 | 178.97 | 0.38 | 0.7 |
| Hex | 96 | D0 | CF | 1C | 0 | 0 | 12 | B3 | 26 | 46 |
| Octal | 226 | 320 | 317 | 34 | 0 | 0 | 22 | 263 | 46 | 106 |
| Binary | 10010110 | 11010000 | 11001111 | 11100 | 0 | 0 | 10010 | 10110011 | 100110 | 1000110 |
Color Harmonies of #96D0CF
Complementary color
Monochromatic Colors of #96D0CF
Black with #96D0CF
Text Example
Text Example
White with #96D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D0CF; }
p { color: rgb(150,208,207); }
H1.HeaderClassName
{
color: #96D0CF;
}
.AnyTagClassName
{
color: #96D0CF;
}
</style>
background-color css
<style>
a { background-color: #96D0CF; }
a { background-color: rgb(150,208,207); }
div.DivClassName
{
background-color: #96D0CF;
}
.BgClassName
{
background-color: #96D0CF;
}
</style>
border-color css
<style>
span { border-color: #96D0CF; }
span { border-color: rgb(150,208,207); }
td.TdClassName
{
border-color: #96D0CF;
}
.TagClassName
{
border-color: #96D0CF;
}
</style>