Shades of Morning Glory #8DD1D0
Tints of Morning Glory #8DD1D0
RGB
CMYK
RGB Variations
Color information
#8DD1D0 (or 0x8DD1D0) is known color: Morning Glory. HEX triplet: 8D, D1 and D0. RGB value is (141,209,208). Sum of RGB (Red+Green+Blue) = 141+209+208=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1D0 is #722E2F. Grayscale: #BCBCBC. Windows color (decimal): -7482928 or 13685133. OLE color: 13685133.
HSL color Cylindrical-coordinate representation of color #8DD1D0: hue angle of 179.12º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1D0 is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 208 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.18 |
| HSL | 179.12º | 0.43% | 0.69% | - |
| HSV(B) | 179.12º | 0.33% | 0.82% | - |
| XYZ | 45.17 | 55.82 | 68.07 | - |
| YUV | 188.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 208 | 0.33 | 0 | 0.00 | 0.18 | 179.12 | 0.43 | 0.69 |
| Hex | 8D | D1 | D0 | 21 | 0 | 0 | 12 | B3 | 2A | 45 |
| Octal | 215 | 321 | 320 | 41 | 0 | 0 | 22 | 263 | 52 | 105 |
| Binary | 10001101 | 11010001 | 11010000 | 100001 | 0 | 0 | 10010 | 10110011 | 101010 | 1000101 |
Color Harmonies of #8DD1D0
Complementary color
Monochromatic Colors of #8DD1D0
Black with #8DD1D0
Text Example
Text Example
White with #8DD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1D0; }
p { color: rgb(141,209,208); }
H1.HeaderClassName
{
color: #8DD1D0;
}
.AnyTagClassName
{
color: #8DD1D0;
}
</style>
background-color css
<style>
a { background-color: #8DD1D0; }
a { background-color: rgb(141,209,208); }
div.DivClassName
{
background-color: #8DD1D0;
}
.BgClassName
{
background-color: #8DD1D0;
}
</style>
border-color css
<style>
span { border-color: #8DD1D0; }
span { border-color: rgb(141,209,208); }
td.TdClassName
{
border-color: #8DD1D0;
}
.TagClassName
{
border-color: #8DD1D0;
}
</style>