Shades of Morning Glory #97D6D0
Tints of Morning Glory #97D6D0
RGB
CMYK
RGB Variations
Color information
#97D6D0 (or 0x97D6D0) is known color: Morning Glory. HEX triplet: 97, D6 and D0. RGB value is (151,214,208). Sum of RGB (Red+Green+Blue) = 151+214+208=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6D0 is #68292F. Grayscale: #C2C2C2. Windows color (decimal): -6826288 or 13686423. OLE color: 13686423.
HSL color Cylindrical-coordinate representation of color #97D6D0: hue angle of 174.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6D0 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 208 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.16 |
| HSL | 174.29º | 0.43% | 0.72% | - |
| HSV(B) | 174.29º | 0.29% | 0.84% | - |
| XYZ | 48.19 | 59.23 | 68.57 | - |
| YUV | 194.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 208 | 0.29 | 0 | 0.03 | 0.16 | 174.29 | 0.43 | 0.72 |
| Hex | 97 | D6 | D0 | 1D | 0 | 3 | 10 | AE | 2B | 48 |
| Octal | 227 | 326 | 320 | 35 | 0 | 3 | 20 | 256 | 53 | 110 |
| Binary | 10010111 | 11010110 | 11010000 | 11101 | 0 | 11 | 10000 | 10101110 | 101011 | 1001000 |
Color Harmonies of #97D6D0
Complementary color
Monochromatic Colors of #97D6D0
Black with #97D6D0
Text Example
Text Example
White with #97D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6D0; }
p { color: rgb(151,214,208); }
H1.HeaderClassName
{
color: #97D6D0;
}
.AnyTagClassName
{
color: #97D6D0;
}
</style>
background-color css
<style>
a { background-color: #97D6D0; }
a { background-color: rgb(151,214,208); }
div.DivClassName
{
background-color: #97D6D0;
}
.BgClassName
{
background-color: #97D6D0;
}
</style>
border-color css
<style>
span { border-color: #97D6D0; }
span { border-color: rgb(151,214,208); }
td.TdClassName
{
border-color: #97D6D0;
}
.TagClassName
{
border-color: #97D6D0;
}
</style>