Shades of Morning Glory #96D2CE
Tints of Morning Glory #96D2CE
RGB
CMYK
RGB Variations
Color information
#96D2CE (or 0x96D2CE) is known color: Morning Glory. HEX triplet: 96, D2 and CE. RGB value is (150,210,206). Sum of RGB (Red+Green+Blue) = 150+210+206=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2CE is #692D31. Grayscale: #BFBFBF. Windows color (decimal): -6892850 or 13554326. OLE color: 13554326.
HSL color Cylindrical-coordinate representation of color #96D2CE: hue angle of 176º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2CE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 206 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.18 |
| HSL | 176º | 0.4% | 0.71% | - |
| HSV(B) | 176º | 0.29% | 0.82% | - |
| XYZ | 46.76 | 57.03 | 66.94 | - |
| YUV | 191.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 206 | 0.29 | 0 | 0.02 | 0.18 | 176 | 0.4 | 0.71 |
| Hex | 96 | D2 | CE | 1D | 0 | 2 | 12 | B0 | 28 | 47 |
| Octal | 226 | 322 | 316 | 35 | 0 | 2 | 22 | 260 | 50 | 107 |
| Binary | 10010110 | 11010010 | 11001110 | 11101 | 0 | 10 | 10010 | 10110000 | 101000 | 1000111 |
Color Harmonies of #96D2CE
Complementary color
Monochromatic Colors of #96D2CE
Black with #96D2CE
Text Example
Text Example
White with #96D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2CE; }
p { color: rgb(150,210,206); }
H1.HeaderClassName
{
color: #96D2CE;
}
.AnyTagClassName
{
color: #96D2CE;
}
</style>
background-color css
<style>
a { background-color: #96D2CE; }
a { background-color: rgb(150,210,206); }
div.DivClassName
{
background-color: #96D2CE;
}
.BgClassName
{
background-color: #96D2CE;
}
</style>
border-color css
<style>
span { border-color: #96D2CE; }
span { border-color: rgb(150,210,206); }
td.TdClassName
{
border-color: #96D2CE;
}
.TagClassName
{
border-color: #96D2CE;
}
</style>