Shades of Morning Glory #98DADA
Tints of Morning Glory #98DADA
RGB
CMYK
RGB Variations
Color information
#98DADA (or 0x98DADA) is known color: Morning Glory. HEX triplet: 98, DA and DA. RGB value is (152,218,218). Sum of RGB (Red+Green+Blue) = 152+218+218=588 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.85% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #98DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DADA is #672525. Grayscale: #C6C6C6. Windows color (decimal): -6759718 or 14342808. OLE color: 14342808.
HSL color Cylindrical-coordinate representation of color #98DADA: hue angle of 180º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DADA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 218 | - |
| CMYK | 0.30 | 0 | 0 | 0.15 |
| HSL | 180º | 0.47% | 0.73% | - |
| HSV(B) | 180º | 0.3% | 0.85% | - |
| XYZ | 50.68 | 61.88 | 75.6 | - |
| YUV | 198.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 218 | 0.30 | 0 | 0 | 0.15 | 180 | 0.47 | 0.73 |
| Hex | 98 | DA | DA | 1E | 0 | 0 | F | B4 | 2F | 49 |
| Octal | 230 | 332 | 332 | 36 | 0 | 0 | 17 | 264 | 57 | 111 |
| Binary | 10011000 | 11011010 | 11011010 | 11110 | 0 | 0 | 1111 | 10110100 | 101111 | 1001001 |
Color Harmonies of #98DADA
Complementary color
Monochromatic Colors of #98DADA
Black with #98DADA
Text Example
Text Example
White with #98DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DADA; }
p { color: rgb(152,218,218); }
H1.HeaderClassName
{
color: #98DADA;
}
.AnyTagClassName
{
color: #98DADA;
}
</style>
background-color css
<style>
a { background-color: #98DADA; }
a { background-color: rgb(152,218,218); }
div.DivClassName
{
background-color: #98DADA;
}
.BgClassName
{
background-color: #98DADA;
}
</style>
border-color css
<style>
span { border-color: #98DADA; }
span { border-color: rgb(152,218,218); }
td.TdClassName
{
border-color: #98DADA;
}
.TagClassName
{
border-color: #98DADA;
}
</style>