Shades of Morning Glory #93E0DC
Tints of Morning Glory #93E0DC
RGB
CMYK
RGB Variations
Color information
#93E0DC (or 0x93E0DC) is known color: Morning Glory. HEX triplet: 93, E0 and DC. RGB value is (147,224,220). Sum of RGB (Red+Green+Blue) = 147+224+220=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E0DC is #6C1F23. Grayscale: #C8C8C8. Windows color (decimal): -7085860 or 14475411. OLE color: 14475411.
HSL color Cylindrical-coordinate representation of color #93E0DC: hue angle of 176.88º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E0DC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 220 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.12 |
| HSL | 176.88º | 0.55% | 0.73% | - |
| HSV(B) | 176.88º | 0.34% | 0.88% | - |
| XYZ | 51.61 | 64.68 | 77.48 | - |
| YUV | 200.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 220 | 0.34 | 0 | 0.02 | 0.12 | 176.88 | 0.55 | 0.73 |
| Hex | 93 | E0 | DC | 22 | 0 | 2 | C | B1 | 37 | 49 |
| Octal | 223 | 340 | 334 | 42 | 0 | 2 | 14 | 261 | 67 | 111 |
| Binary | 10010011 | 11100000 | 11011100 | 100010 | 0 | 10 | 1100 | 10110001 | 110111 | 1001001 |
Color Harmonies of #93E0DC
Complementary color
Monochromatic Colors of #93E0DC
Black with #93E0DC
Text Example
Text Example
White with #93E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E0DC; }
p { color: rgb(147,224,220); }
H1.HeaderClassName
{
color: #93E0DC;
}
.AnyTagClassName
{
color: #93E0DC;
}
</style>
background-color css
<style>
a { background-color: #93E0DC; }
a { background-color: rgb(147,224,220); }
div.DivClassName
{
background-color: #93E0DC;
}
.BgClassName
{
background-color: #93E0DC;
}
</style>
border-color css
<style>
span { border-color: #93E0DC; }
span { border-color: rgb(147,224,220); }
td.TdClassName
{
border-color: #93E0DC;
}
.TagClassName
{
border-color: #93E0DC;
}
</style>