Shades of Morning Glory #95D5D1
Tints of Morning Glory #95D5D1
RGB
CMYK
RGB Variations
Color information
#95D5D1 (or 0x95D5D1) is known color: Morning Glory. HEX triplet: 95, D5 and D1. RGB value is (149,213,209). Sum of RGB (Red+Green+Blue) = 149+213+209=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5D1 is #6A2A2E. Grayscale: #C1C1C1. Windows color (decimal): -6957615 or 13751701. OLE color: 13751701.
HSL color Cylindrical-coordinate representation of color #95D5D1: hue angle of 176.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5D1 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 209 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.16 |
| HSL | 176.25º | 0.43% | 0.71% | - |
| HSV(B) | 176.25º | 0.3% | 0.84% | - |
| XYZ | 47.7 | 58.58 | 69.12 | - |
| YUV | 193.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 209 | 0.30 | 0 | 0.02 | 0.16 | 176.25 | 0.43 | 0.71 |
| Hex | 95 | D5 | D1 | 1E | 0 | 2 | 10 | B0 | 2B | 47 |
| Octal | 225 | 325 | 321 | 36 | 0 | 2 | 20 | 260 | 53 | 107 |
| Binary | 10010101 | 11010101 | 11010001 | 11110 | 0 | 10 | 10000 | 10110000 | 101011 | 1000111 |
Color Harmonies of #95D5D1
Complementary color
Monochromatic Colors of #95D5D1
Black with #95D5D1
Text Example
Text Example
White with #95D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5D1; }
p { color: rgb(149,213,209); }
H1.HeaderClassName
{
color: #95D5D1;
}
.AnyTagClassName
{
color: #95D5D1;
}
</style>
background-color css
<style>
a { background-color: #95D5D1; }
a { background-color: rgb(149,213,209); }
div.DivClassName
{
background-color: #95D5D1;
}
.BgClassName
{
background-color: #95D5D1;
}
</style>
border-color css
<style>
span { border-color: #95D5D1; }
span { border-color: rgb(149,213,209); }
td.TdClassName
{
border-color: #95D5D1;
}
.TagClassName
{
border-color: #95D5D1;
}
</style>