Shades of Morning Glory #8DDDDA
Tints of Morning Glory #8DDDDA
RGB
CMYK
RGB Variations
Color information
#8DDDDA (or 0x8DDDDA) is known color: Morning Glory. HEX triplet: 8D, DD and DA. RGB value is (141,221,218). Sum of RGB (Red+Green+Blue) = 141+221+218=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDDA is #722225. Grayscale: #C4C4C4. Windows color (decimal): -7479846 or 14343565. OLE color: 14343565.
HSL color Cylindrical-coordinate representation of color #8DDDDA: hue angle of 177.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDDA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 218 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.13 |
| HSL | 177.75º | 0.54% | 0.71% | - |
| HSV(B) | 177.75º | 0.36% | 0.87% | - |
| XYZ | 49.5 | 62.44 | 75.77 | - |
| YUV | 196.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 218 | 0.36 | 0 | 0.01 | 0.13 | 177.75 | 0.54 | 0.71 |
| Hex | 8D | DD | DA | 24 | 0 | 1 | D | B2 | 36 | 47 |
| Octal | 215 | 335 | 332 | 44 | 0 | 1 | 15 | 262 | 66 | 107 |
| Binary | 10001101 | 11011101 | 11011010 | 100100 | 0 | 1 | 1101 | 10110010 | 110110 | 1000111 |
Color Harmonies of #8DDDDA
Complementary color
Monochromatic Colors of #8DDDDA
Black with #8DDDDA
Text Example
Text Example
White with #8DDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDDA; }
p { color: rgb(141,221,218); }
H1.HeaderClassName
{
color: #8DDDDA;
}
.AnyTagClassName
{
color: #8DDDDA;
}
</style>
background-color css
<style>
a { background-color: #8DDDDA; }
a { background-color: rgb(141,221,218); }
div.DivClassName
{
background-color: #8DDDDA;
}
.BgClassName
{
background-color: #8DDDDA;
}
</style>
border-color css
<style>
span { border-color: #8DDDDA; }
span { border-color: rgb(141,221,218); }
td.TdClassName
{
border-color: #8DDDDA;
}
.TagClassName
{
border-color: #8DDDDA;
}
</style>