Shades of Morning Glory #97D2D0
Tints of Morning Glory #97D2D0
RGB
CMYK
RGB Variations
Color information
#97D2D0 (or 0x97D2D0) is known color: Morning Glory. HEX triplet: 97, D2 and D0. RGB value is (151,210,208). Sum of RGB (Red+Green+Blue) = 151+210+208=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #97D2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2D0 is #682D2F. Grayscale: #C0C0C0. Windows color (decimal): -6827312 or 13685399. OLE color: 13685399.
HSL color Cylindrical-coordinate representation of color #97D2D0: hue angle of 177.97º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D2D0 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 208 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.18 |
| HSL | 177.97º | 0.4% | 0.71% | - |
| HSV(B) | 177.97º | 0.28% | 0.82% | - |
| XYZ | 47.19 | 57.23 | 68.23 | - |
| YUV | 192.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 208 | 0.28 | 0 | 0.01 | 0.18 | 177.97 | 0.4 | 0.71 |
| Hex | 97 | D2 | D0 | 1C | 0 | 1 | 12 | B2 | 28 | 47 |
| Octal | 227 | 322 | 320 | 34 | 0 | 1 | 22 | 262 | 50 | 107 |
| Binary | 10010111 | 11010010 | 11010000 | 11100 | 0 | 1 | 10010 | 10110010 | 101000 | 1000111 |
Color Harmonies of #97D2D0
Complementary color
Monochromatic Colors of #97D2D0
Black with #97D2D0
Text Example
Text Example
White with #97D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2D0; }
p { color: rgb(151,210,208); }
H1.HeaderClassName
{
color: #97D2D0;
}
.AnyTagClassName
{
color: #97D2D0;
}
</style>
background-color css
<style>
a { background-color: #97D2D0; }
a { background-color: rgb(151,210,208); }
div.DivClassName
{
background-color: #97D2D0;
}
.BgClassName
{
background-color: #97D2D0;
}
</style>
border-color css
<style>
span { border-color: #97D2D0; }
span { border-color: rgb(151,210,208); }
td.TdClassName
{
border-color: #97D2D0;
}
.TagClassName
{
border-color: #97D2D0;
}
</style>