Shades of Morning Glory #90D0CE
Tints of Morning Glory #90D0CE
RGB
CMYK
RGB Variations
Color information
#90D0CE (or 0x90D0CE) is known color: Morning Glory. HEX triplet: 90, D0 and CE. RGB value is (144,208,206). Sum of RGB (Red+Green+Blue) = 144+208+206=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #90D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D0CE is #6F2F31. Grayscale: #BCBCBC. Windows color (decimal): -7286578 or 13553808. OLE color: 13553808.
HSL color Cylindrical-coordinate representation of color #90D0CE: hue angle of 178.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D0CE is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 206 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.18 |
| HSL | 178.13º | 0.41% | 0.69% | - |
| HSV(B) | 178.13º | 0.31% | 0.82% | - |
| XYZ | 45.2 | 55.5 | 66.72 | - |
| YUV | 188.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 206 | 0.31 | 0 | 0.01 | 0.18 | 178.13 | 0.41 | 0.69 |
| Hex | 90 | D0 | CE | 1F | 0 | 1 | 12 | B2 | 29 | 45 |
| Octal | 220 | 320 | 316 | 37 | 0 | 1 | 22 | 262 | 51 | 105 |
| Binary | 10010000 | 11010000 | 11001110 | 11111 | 0 | 1 | 10010 | 10110010 | 101001 | 1000101 |
Color Harmonies of #90D0CE
Complementary color
Monochromatic Colors of #90D0CE
Black with #90D0CE
Text Example
Text Example
White with #90D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D0CE; }
p { color: rgb(144,208,206); }
H1.HeaderClassName
{
color: #90D0CE;
}
.AnyTagClassName
{
color: #90D0CE;
}
</style>
background-color css
<style>
a { background-color: #90D0CE; }
a { background-color: rgb(144,208,206); }
div.DivClassName
{
background-color: #90D0CE;
}
.BgClassName
{
background-color: #90D0CE;
}
</style>
border-color css
<style>
span { border-color: #90D0CE; }
span { border-color: rgb(144,208,206); }
td.TdClassName
{
border-color: #90D0CE;
}
.TagClassName
{
border-color: #90D0CE;
}
</style>