Shades of Morning Glory #96D1CF
Tints of Morning Glory #96D1CF
RGB
CMYK
RGB Variations
Color information
#96D1CF (or 0x96D1CF) is known color: Morning Glory. HEX triplet: 96, D1 and CF. RGB value is (150,209,207). Sum of RGB (Red+Green+Blue) = 150+209+207=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1CF is #692E30. Grayscale: #BFBFBF. Windows color (decimal): -6893105 or 13619606. OLE color: 13619606.
HSL color Cylindrical-coordinate representation of color #96D1CF: hue angle of 177.97º degrees, saturation: 0.39, 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 #96D1CF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 207 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.18 |
| HSL | 177.97º | 0.39% | 0.7% | - |
| HSV(B) | 177.97º | 0.28% | 0.82% | - |
| XYZ | 46.64 | 56.59 | 67.5 | - |
| YUV | 191.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 207 | 0.28 | 0 | 0.01 | 0.18 | 177.97 | 0.39 | 0.7 |
| Hex | 96 | D1 | CF | 1C | 0 | 1 | 12 | B2 | 27 | 46 |
| Octal | 226 | 321 | 317 | 34 | 0 | 1 | 22 | 262 | 47 | 106 |
| Binary | 10010110 | 11010001 | 11001111 | 11100 | 0 | 1 | 10010 | 10110010 | 100111 | 1000110 |
Color Harmonies of #96D1CF
Complementary color
Monochromatic Colors of #96D1CF
Black with #96D1CF
Text Example
Text Example
White with #96D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1CF; }
p { color: rgb(150,209,207); }
H1.HeaderClassName
{
color: #96D1CF;
}
.AnyTagClassName
{
color: #96D1CF;
}
</style>
background-color css
<style>
a { background-color: #96D1CF; }
a { background-color: rgb(150,209,207); }
div.DivClassName
{
background-color: #96D1CF;
}
.BgClassName
{
background-color: #96D1CF;
}
</style>
border-color css
<style>
span { border-color: #96D1CF; }
span { border-color: rgb(150,209,207); }
td.TdClassName
{
border-color: #96D1CF;
}
.TagClassName
{
border-color: #96D1CF;
}
</style>