Shades of Morning Glory #99E2DE
Tints of Morning Glory #99E2DE
RGB
CMYK
RGB Variations
Color information
#99E2DE (or 0x99E2DE) is known color: Morning Glory. HEX triplet: 99, E2 and DE. RGB value is (153,226,222). Sum of RGB (Red+Green+Blue) = 153+226+222=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E2DE is #661D21. Grayscale: #CBCBCB. Windows color (decimal): -6692130 or 14607001. OLE color: 14607001.
HSL color Cylindrical-coordinate representation of color #99E2DE: hue angle of 176.71º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2DE is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 222 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.11 |
| HSL | 176.71º | 0.56% | 0.74% | - |
| HSV(B) | 176.71º | 0.32% | 0.89% | - |
| XYZ | 53.52 | 66.44 | 79.11 | - |
| YUV | 203.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 222 | 0.32 | 0 | 0.02 | 0.11 | 176.71 | 0.56 | 0.74 |
| Hex | 99 | E2 | DE | 20 | 0 | 2 | B | B1 | 38 | 4A |
| Octal | 231 | 342 | 336 | 40 | 0 | 2 | 13 | 261 | 70 | 112 |
| Binary | 10011001 | 11100010 | 11011110 | 100000 | 0 | 10 | 1011 | 10110001 | 111000 | 1001010 |
Color Harmonies of #99E2DE
Complementary color
Monochromatic Colors of #99E2DE
Black with #99E2DE
Text Example
Text Example
White with #99E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2DE; }
p { color: rgb(153,226,222); }
H1.HeaderClassName
{
color: #99E2DE;
}
.AnyTagClassName
{
color: #99E2DE;
}
</style>
background-color css
<style>
a { background-color: #99E2DE; }
a { background-color: rgb(153,226,222); }
div.DivClassName
{
background-color: #99E2DE;
}
.BgClassName
{
background-color: #99E2DE;
}
</style>
border-color css
<style>
span { border-color: #99E2DE; }
span { border-color: rgb(153,226,222); }
td.TdClassName
{
border-color: #99E2DE;
}
.TagClassName
{
border-color: #99E2DE;
}
</style>