Shades of Morning Glory #90D8D4
Tints of Morning Glory #90D8D4
RGB
CMYK
RGB Variations
Color information
#90D8D4 (or 0x90D8D4) is known color: Morning Glory. HEX triplet: 90, D8 and D4. RGB value is (144,216,212). Sum of RGB (Red+Green+Blue) = 144+216+212=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8D4 is #6F272B. Grayscale: #C1C1C1. Windows color (decimal): -7284524 or 13949072. OLE color: 13949072.
HSL color Cylindrical-coordinate representation of color #90D8D4: hue angle of 176.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8D4 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 212 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.15 |
| HSL | 176.67º | 0.48% | 0.71% | - |
| HSV(B) | 176.67º | 0.33% | 0.85% | - |
| XYZ | 47.94 | 59.79 | 71.3 | - |
| YUV | 194.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 212 | 0.33 | 0 | 0.02 | 0.15 | 176.67 | 0.48 | 0.71 |
| Hex | 90 | D8 | D4 | 21 | 0 | 2 | F | B1 | 30 | 47 |
| Octal | 220 | 330 | 324 | 41 | 0 | 2 | 17 | 261 | 60 | 107 |
| Binary | 10010000 | 11011000 | 11010100 | 100001 | 0 | 10 | 1111 | 10110001 | 110000 | 1000111 |
Color Harmonies of #90D8D4
Complementary color
Monochromatic Colors of #90D8D4
Black with #90D8D4
Text Example
Text Example
White with #90D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8D4; }
p { color: rgb(144,216,212); }
H1.HeaderClassName
{
color: #90D8D4;
}
.AnyTagClassName
{
color: #90D8D4;
}
</style>
background-color css
<style>
a { background-color: #90D8D4; }
a { background-color: rgb(144,216,212); }
div.DivClassName
{
background-color: #90D8D4;
}
.BgClassName
{
background-color: #90D8D4;
}
</style>
border-color css
<style>
span { border-color: #90D8D4; }
span { border-color: rgb(144,216,212); }
td.TdClassName
{
border-color: #90D8D4;
}
.TagClassName
{
border-color: #90D8D4;
}
</style>