Shades of Morning Glory #96D3D0
Tints of Morning Glory #96D3D0
RGB
CMYK
RGB Variations
Color information
#96D3D0 (or 0x96D3D0) is known color: Morning Glory. HEX triplet: 96, D3 and D0. RGB value is (150,211,208). Sum of RGB (Red+Green+Blue) = 150+211+208=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3D0 is #692C2F. Grayscale: #C0C0C0. Windows color (decimal): -6892592 or 13685654. OLE color: 13685654.
HSL color Cylindrical-coordinate representation of color #96D3D0: hue angle of 177.05º 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 #96D3D0 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 208 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.17 |
| HSL | 177.05º | 0.41% | 0.71% | - |
| HSV(B) | 177.05º | 0.29% | 0.83% | - |
| XYZ | 47.26 | 57.63 | 68.31 | - |
| YUV | 192.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 208 | 0.29 | 0 | 0.01 | 0.17 | 177.05 | 0.41 | 0.71 |
| Hex | 96 | D3 | D0 | 1D | 0 | 1 | 11 | B1 | 29 | 47 |
| Octal | 226 | 323 | 320 | 35 | 0 | 1 | 21 | 261 | 51 | 107 |
| Binary | 10010110 | 11010011 | 11010000 | 11101 | 0 | 1 | 10001 | 10110001 | 101001 | 1000111 |
Color Harmonies of #96D3D0
Complementary color
Monochromatic Colors of #96D3D0
Black with #96D3D0
Text Example
Text Example
White with #96D3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3D0; }
p { color: rgb(150,211,208); }
H1.HeaderClassName
{
color: #96D3D0;
}
.AnyTagClassName
{
color: #96D3D0;
}
</style>
background-color css
<style>
a { background-color: #96D3D0; }
a { background-color: rgb(150,211,208); }
div.DivClassName
{
background-color: #96D3D0;
}
.BgClassName
{
background-color: #96D3D0;
}
</style>
border-color css
<style>
span { border-color: #96D3D0; }
span { border-color: rgb(150,211,208); }
td.TdClassName
{
border-color: #96D3D0;
}
.TagClassName
{
border-color: #96D3D0;
}
</style>