Shades of Morning Glory #94E3DF
Tints of Morning Glory #94E3DF
RGB
CMYK
RGB Variations
Color information
#94E3DF (or 0x94E3DF) is known color: Morning Glory. HEX triplet: 94, E3 and DF. RGB value is (148,227,223). Sum of RGB (Red+Green+Blue) = 148+227+223=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #94E3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E3DF is #6B1C20. Grayscale: #CACACA. Windows color (decimal): -7019553 or 14672788. OLE color: 14672788.
HSL color Cylindrical-coordinate representation of color #94E3DF: hue angle of 176.96º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E3DF is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 227 | 223 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.11 |
| HSL | 176.96º | 0.59% | 0.74% | - |
| HSV(B) | 176.96º | 0.35% | 0.89% | - |
| XYZ | 53 | 66.56 | 79.87 | - |
| YUV | 202.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 227 | 223 | 0.35 | 0 | 0.02 | 0.11 | 176.96 | 0.59 | 0.74 |
| Hex | 94 | E3 | DF | 23 | 0 | 2 | B | B1 | 3B | 4A |
| Octal | 224 | 343 | 337 | 43 | 0 | 2 | 13 | 261 | 73 | 112 |
| Binary | 10010100 | 11100011 | 11011111 | 100011 | 0 | 10 | 1011 | 10110001 | 111011 | 1001010 |
Color Harmonies of #94E3DF
Complementary color
Monochromatic Colors of #94E3DF
Black with #94E3DF
Text Example
Text Example
White with #94E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E3DF; }
p { color: rgb(148,227,223); }
H1.HeaderClassName
{
color: #94E3DF;
}
.AnyTagClassName
{
color: #94E3DF;
}
</style>
background-color css
<style>
a { background-color: #94E3DF; }
a { background-color: rgb(148,227,223); }
div.DivClassName
{
background-color: #94E3DF;
}
.BgClassName
{
background-color: #94E3DF;
}
</style>
border-color css
<style>
span { border-color: #94E3DF; }
span { border-color: rgb(148,227,223); }
td.TdClassName
{
border-color: #94E3DF;
}
.TagClassName
{
border-color: #94E3DF;
}
</style>