Shades of Morning Glory #96E1DD
Tints of Morning Glory #96E1DD
RGB
CMYK
RGB Variations
Color information
#96E1DD (or 0x96E1DD) is known color: Morning Glory. HEX triplet: 96, E1 and DD. RGB value is (150,225,221). Sum of RGB (Red+Green+Blue) = 150+225+221=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1DD is #691E22. Grayscale: #CACACA. Windows color (decimal): -6888995 or 14541206. OLE color: 14541206.
HSL color Cylindrical-coordinate representation of color #96E1DD: hue angle of 176.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1DD is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 221 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.12 |
| HSL | 176.8º | 0.56% | 0.74% | - |
| HSV(B) | 176.8º | 0.33% | 0.88% | - |
| XYZ | 52.55 | 65.55 | 78.29 | - |
| YUV | 202.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 221 | 0.33 | 0 | 0.02 | 0.12 | 176.8 | 0.56 | 0.74 |
| Hex | 96 | E1 | DD | 21 | 0 | 2 | C | B1 | 38 | 4A |
| Octal | 226 | 341 | 335 | 41 | 0 | 2 | 14 | 261 | 70 | 112 |
| Binary | 10010110 | 11100001 | 11011101 | 100001 | 0 | 10 | 1100 | 10110001 | 111000 | 1001010 |
Color Harmonies of #96E1DD
Complementary color
Monochromatic Colors of #96E1DD
Black with #96E1DD
Text Example
Text Example
White with #96E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E1DD; }
p { color: rgb(150,225,221); }
H1.HeaderClassName
{
color: #96E1DD;
}
.AnyTagClassName
{
color: #96E1DD;
}
</style>
background-color css
<style>
a { background-color: #96E1DD; }
a { background-color: rgb(150,225,221); }
div.DivClassName
{
background-color: #96E1DD;
}
.BgClassName
{
background-color: #96E1DD;
}
</style>
border-color css
<style>
span { border-color: #96E1DD; }
span { border-color: rgb(150,225,221); }
td.TdClassName
{
border-color: #96E1DD;
}
.TagClassName
{
border-color: #96E1DD;
}
</style>