Shades of Morning Glory #96D8D1
Tints of Morning Glory #96D8D1
RGB
CMYK
RGB Variations
Color information
#96D8D1 (or 0x96D8D1) is known color: Morning Glory. HEX triplet: 96, D8 and D1. RGB value is (150,216,209). Sum of RGB (Red+Green+Blue) = 150+216+209=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8D1 is #69272E. Grayscale: #C3C3C3. Windows color (decimal): -6891311 or 13752470. OLE color: 13752470.
HSL color Cylindrical-coordinate representation of color #96D8D1: hue angle of 173.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8D1 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 209 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.15 |
| HSL | 173.64º | 0.46% | 0.72% | - |
| HSV(B) | 173.64º | 0.31% | 0.85% | - |
| XYZ | 48.64 | 60.2 | 69.38 | - |
| YUV | 195.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 209 | 0.31 | 0 | 0.03 | 0.15 | 173.64 | 0.46 | 0.72 |
| Hex | 96 | D8 | D1 | 1F | 0 | 3 | F | AE | 2E | 48 |
| Octal | 226 | 330 | 321 | 37 | 0 | 3 | 17 | 256 | 56 | 110 |
| Binary | 10010110 | 11011000 | 11010001 | 11111 | 0 | 11 | 1111 | 10101110 | 101110 | 1001000 |
Color Harmonies of #96D8D1
Complementary color
Monochromatic Colors of #96D8D1
Black with #96D8D1
Text Example
Text Example
White with #96D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8D1; }
p { color: rgb(150,216,209); }
H1.HeaderClassName
{
color: #96D8D1;
}
.AnyTagClassName
{
color: #96D8D1;
}
</style>
background-color css
<style>
a { background-color: #96D8D1; }
a { background-color: rgb(150,216,209); }
div.DivClassName
{
background-color: #96D8D1;
}
.BgClassName
{
background-color: #96D8D1;
}
</style>
border-color css
<style>
span { border-color: #96D8D1; }
span { border-color: rgb(150,216,209); }
td.TdClassName
{
border-color: #96D8D1;
}
.TagClassName
{
border-color: #96D8D1;
}
</style>