Shades of Morning Glory #94D7D4
Tints of Morning Glory #94D7D4
RGB
CMYK
RGB Variations
Color information
#94D7D4 (or 0x94D7D4) is known color: Morning Glory. HEX triplet: 94, D7 and D4. RGB value is (148,215,212). Sum of RGB (Red+Green+Blue) = 148+215+212=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7D4 is #6B282B. Grayscale: #C2C2C2. Windows color (decimal): -7022636 or 13948820. OLE color: 13948820.
HSL color Cylindrical-coordinate representation of color #94D7D4: hue angle of 177.31º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7D4 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 212 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.16 |
| HSL | 177.31º | 0.46% | 0.71% | - |
| HSV(B) | 177.31º | 0.31% | 0.84% | - |
| XYZ | 48.4 | 59.65 | 71.25 | - |
| YUV | 194.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 212 | 0.31 | 0 | 0.01 | 0.16 | 177.31 | 0.46 | 0.71 |
| Hex | 94 | D7 | D4 | 1F | 0 | 1 | 10 | B1 | 2E | 47 |
| Octal | 224 | 327 | 324 | 37 | 0 | 1 | 20 | 261 | 56 | 107 |
| Binary | 10010100 | 11010111 | 11010100 | 11111 | 0 | 1 | 10000 | 10110001 | 101110 | 1000111 |
Color Harmonies of #94D7D4
Complementary color
Monochromatic Colors of #94D7D4
Black with #94D7D4
Text Example
Text Example
White with #94D7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7D4; }
p { color: rgb(148,215,212); }
H1.HeaderClassName
{
color: #94D7D4;
}
.AnyTagClassName
{
color: #94D7D4;
}
</style>
background-color css
<style>
a { background-color: #94D7D4; }
a { background-color: rgb(148,215,212); }
div.DivClassName
{
background-color: #94D7D4;
}
.BgClassName
{
background-color: #94D7D4;
}
</style>
border-color css
<style>
span { border-color: #94D7D4; }
span { border-color: rgb(148,215,212); }
td.TdClassName
{
border-color: #94D7D4;
}
.TagClassName
{
border-color: #94D7D4;
}
</style>