Shades of Morning Glory #98D0CE
Tints of Morning Glory #98D0CE
RGB
CMYK
RGB Variations
Color information
#98D0CE (or 0x98D0CE) is known color: Morning Glory. HEX triplet: 98, D0 and CE. RGB value is (152,208,206). Sum of RGB (Red+Green+Blue) = 152+208+206=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0CE is #672F31. Grayscale: #BEBEBE. Windows color (decimal): -6762290 or 13553816. OLE color: 13553816.
HSL color Cylindrical-coordinate representation of color #98D0CE: hue angle of 177.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0CE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 206 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.18 |
| HSL | 177.86º | 0.37% | 0.71% | - |
| HSV(B) | 177.86º | 0.27% | 0.82% | - |
| XYZ | 46.65 | 56.24 | 66.79 | - |
| YUV | 191.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 206 | 0.27 | 0 | 0.01 | 0.18 | 177.86 | 0.37 | 0.71 |
| Hex | 98 | D0 | CE | 1B | 0 | 1 | 12 | B2 | 25 | 47 |
| Octal | 230 | 320 | 316 | 33 | 0 | 1 | 22 | 262 | 45 | 107 |
| Binary | 10011000 | 11010000 | 11001110 | 11011 | 0 | 1 | 10010 | 10110010 | 100101 | 1000111 |
Color Harmonies of #98D0CE
Complementary color
Monochromatic Colors of #98D0CE
Black with #98D0CE
Text Example
Text Example
White with #98D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0CE; }
p { color: rgb(152,208,206); }
H1.HeaderClassName
{
color: #98D0CE;
}
.AnyTagClassName
{
color: #98D0CE;
}
</style>
background-color css
<style>
a { background-color: #98D0CE; }
a { background-color: rgb(152,208,206); }
div.DivClassName
{
background-color: #98D0CE;
}
.BgClassName
{
background-color: #98D0CE;
}
</style>
border-color css
<style>
span { border-color: #98D0CE; }
span { border-color: rgb(152,208,206); }
td.TdClassName
{
border-color: #98D0CE;
}
.TagClassName
{
border-color: #98D0CE;
}
</style>