Shades of Morning Glory #96E1DF
Tints of Morning Glory #96E1DF
RGB
CMYK
RGB Variations
Color information
#96E1DF (or 0x96E1DF) is known color: Morning Glory. HEX triplet: 96, E1 and DF. RGB value is (150,225,223). Sum of RGB (Red+Green+Blue) = 150+225+223=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1DF is #691E20. Grayscale: #CACACA. Windows color (decimal): -6888993 or 14672278. OLE color: 14672278.
HSL color Cylindrical-coordinate representation of color #96E1DF: hue angle of 178.4º 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 #96E1DF is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 223 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.12 |
| HSL | 178.4º | 0.56% | 0.74% | - |
| HSV(B) | 178.4º | 0.33% | 0.88% | - |
| XYZ | 52.82 | 65.66 | 79.7 | - |
| YUV | 202.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 223 | 0.33 | 0 | 0.01 | 0.12 | 178.4 | 0.56 | 0.74 |
| Hex | 96 | E1 | DF | 21 | 0 | 1 | C | B2 | 38 | 4A |
| Octal | 226 | 341 | 337 | 41 | 0 | 1 | 14 | 262 | 70 | 112 |
| Binary | 10010110 | 11100001 | 11011111 | 100001 | 0 | 1 | 1100 | 10110010 | 111000 | 1001010 |
Color Harmonies of #96E1DF
Complementary color
Monochromatic Colors of #96E1DF
Black with #96E1DF
Text Example
Text Example
White with #96E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E1DF; }
p { color: rgb(150,225,223); }
H1.HeaderClassName
{
color: #96E1DF;
}
.AnyTagClassName
{
color: #96E1DF;
}
</style>
background-color css
<style>
a { background-color: #96E1DF; }
a { background-color: rgb(150,225,223); }
div.DivClassName
{
background-color: #96E1DF;
}
.BgClassName
{
background-color: #96E1DF;
}
</style>
border-color css
<style>
span { border-color: #96E1DF; }
span { border-color: rgb(150,225,223); }
td.TdClassName
{
border-color: #96E1DF;
}
.TagClassName
{
border-color: #96E1DF;
}
</style>