Shades of Morning Glory #97D8D4
Tints of Morning Glory #97D8D4
RGB
CMYK
RGB Variations
Color information
#97D8D4 (or 0x97D8D4) is known color: Morning Glory. HEX triplet: 97, D8 and D4. RGB value is (151,216,212). Sum of RGB (Red+Green+Blue) = 151+216+212=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8D4 is #68272B. Grayscale: #C4C4C4. Windows color (decimal): -6825772 or 13949079. OLE color: 13949079.
HSL color Cylindrical-coordinate representation of color #97D8D4: hue angle of 176.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D8D4 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 216 | 212 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.15 |
| HSL | 176.31º | 0.45% | 0.72% | - |
| HSV(B) | 176.31º | 0.3% | 0.85% | - |
| XYZ | 49.2 | 60.44 | 71.36 | - |
| YUV | 196.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 216 | 212 | 0.30 | 0 | 0.02 | 0.15 | 176.31 | 0.45 | 0.72 |
| Hex | 97 | D8 | D4 | 1E | 0 | 2 | F | B0 | 2D | 48 |
| Octal | 227 | 330 | 324 | 36 | 0 | 2 | 17 | 260 | 55 | 110 |
| Binary | 10010111 | 11011000 | 11010100 | 11110 | 0 | 10 | 1111 | 10110000 | 101101 | 1001000 |
Color Harmonies of #97D8D4
Complementary color
Monochromatic Colors of #97D8D4
Black with #97D8D4
Text Example
Text Example
White with #97D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D8D4; }
p { color: rgb(151,216,212); }
H1.HeaderClassName
{
color: #97D8D4;
}
.AnyTagClassName
{
color: #97D8D4;
}
</style>
background-color css
<style>
a { background-color: #97D8D4; }
a { background-color: rgb(151,216,212); }
div.DivClassName
{
background-color: #97D8D4;
}
.BgClassName
{
background-color: #97D8D4;
}
</style>
border-color css
<style>
span { border-color: #97D8D4; }
span { border-color: rgb(151,216,212); }
td.TdClassName
{
border-color: #97D8D4;
}
.TagClassName
{
border-color: #97D8D4;
}
</style>