Shades of Morning Glory #95D5D2
Tints of Morning Glory #95D5D2
RGB
CMYK
RGB Variations
Color information
#95D5D2 (or 0x95D5D2) is known color: Morning Glory. HEX triplet: 95, D5 and D2. RGB value is (149,213,210). Sum of RGB (Red+Green+Blue) = 149+213+210=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5D2 is #6A2A2D. Grayscale: #C1C1C1. Windows color (decimal): -6957614 or 13817237. OLE color: 13817237.
HSL color Cylindrical-coordinate representation of color #95D5D2: hue angle of 177.19º 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 #95D5D2 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 210 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.16 |
| HSL | 177.19º | 0.43% | 0.71% | - |
| HSV(B) | 177.19º | 0.3% | 0.84% | - |
| XYZ | 47.82 | 58.63 | 69.77 | - |
| YUV | 193.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 210 | 0.30 | 0 | 0.01 | 0.16 | 177.19 | 0.43 | 0.71 |
| Hex | 95 | D5 | D2 | 1E | 0 | 1 | 10 | B1 | 2B | 47 |
| Octal | 225 | 325 | 322 | 36 | 0 | 1 | 20 | 261 | 53 | 107 |
| Binary | 10010101 | 11010101 | 11010010 | 11110 | 0 | 1 | 10000 | 10110001 | 101011 | 1000111 |
Color Harmonies of #95D5D2
Complementary color
Monochromatic Colors of #95D5D2
Black with #95D5D2
Text Example
Text Example
White with #95D5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5D2; }
p { color: rgb(149,213,210); }
H1.HeaderClassName
{
color: #95D5D2;
}
.AnyTagClassName
{
color: #95D5D2;
}
</style>
background-color css
<style>
a { background-color: #95D5D2; }
a { background-color: rgb(149,213,210); }
div.DivClassName
{
background-color: #95D5D2;
}
.BgClassName
{
background-color: #95D5D2;
}
</style>
border-color css
<style>
span { border-color: #95D5D2; }
span { border-color: rgb(149,213,210); }
td.TdClassName
{
border-color: #95D5D2;
}
.TagClassName
{
border-color: #95D5D2;
}
</style>