Shades of Morning Glory #96D3CD
Tints of Morning Glory #96D3CD
RGB
CMYK
RGB Variations
Color information
#96D3CD (or 0x96D3CD) is known color: Morning Glory. HEX triplet: 96, D3 and CD. RGB value is (150,211,205). Sum of RGB (Red+Green+Blue) = 150+211+205=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3CD is #692C32. Grayscale: #C0C0C0. Windows color (decimal): -6892595 or 13489046. OLE color: 13489046.
HSL color Cylindrical-coordinate representation of color #96D3CD: hue angle of 174.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3CD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 205 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.17 |
| HSL | 174.1º | 0.41% | 0.71% | - |
| HSV(B) | 174.1º | 0.29% | 0.83% | - |
| XYZ | 46.89 | 57.48 | 66.38 | - |
| YUV | 192.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 205 | 0.29 | 0 | 0.03 | 0.17 | 174.1 | 0.41 | 0.71 |
| Hex | 96 | D3 | CD | 1D | 0 | 3 | 11 | AE | 29 | 47 |
| Octal | 226 | 323 | 315 | 35 | 0 | 3 | 21 | 256 | 51 | 107 |
| Binary | 10010110 | 11010011 | 11001101 | 11101 | 0 | 11 | 10001 | 10101110 | 101001 | 1000111 |
Color Harmonies of #96D3CD
Complementary color
Monochromatic Colors of #96D3CD
Black with #96D3CD
Text Example
Text Example
White with #96D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3CD; }
p { color: rgb(150,211,205); }
H1.HeaderClassName
{
color: #96D3CD;
}
.AnyTagClassName
{
color: #96D3CD;
}
</style>
background-color css
<style>
a { background-color: #96D3CD; }
a { background-color: rgb(150,211,205); }
div.DivClassName
{
background-color: #96D3CD;
}
.BgClassName
{
background-color: #96D3CD;
}
</style>
border-color css
<style>
span { border-color: #96D3CD; }
span { border-color: rgb(150,211,205); }
td.TdClassName
{
border-color: #96D3CD;
}
.TagClassName
{
border-color: #96D3CD;
}
</style>