Shades of Morning Glory #95DDDD
Tints of Morning Glory #95DDDD
RGB
CMYK
RGB Variations
Color information
#95DDDD (or 0x95DDDD) is known color: Morning Glory. HEX triplet: 95, DD and DD. RGB value is (149,221,221). Sum of RGB (Red+Green+Blue) = 149+221+221=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #95DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDD is #6A2222. Grayscale: #C7C7C7. Windows color (decimal): -6955555 or 14540181. OLE color: 14540181.
HSL color Cylindrical-coordinate representation of color #95DDDD: hue angle of 180º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDDD is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 221 | - |
| CMYK | 0.33 | 0 | 0 | 0.13 |
| HSL | 180º | 0.51% | 0.73% | - |
| HSV(B) | 180º | 0.33% | 0.87% | - |
| XYZ | 51.3 | 63.32 | 77.93 | - |
| YUV | 199.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 221 | 0.33 | 0 | 0 | 0.13 | 180 | 0.51 | 0.73 |
| Hex | 95 | DD | DD | 21 | 0 | 0 | D | B4 | 33 | 49 |
| Octal | 225 | 335 | 335 | 41 | 0 | 0 | 15 | 264 | 63 | 111 |
| Binary | 10010101 | 11011101 | 11011101 | 100001 | 0 | 0 | 1101 | 10110100 | 110011 | 1001001 |
Color Harmonies of #95DDDD
Complementary color
Monochromatic Colors of #95DDDD
Black with #95DDDD
Text Example
Text Example
White with #95DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDDD; }
p { color: rgb(149,221,221); }
H1.HeaderClassName
{
color: #95DDDD;
}
.AnyTagClassName
{
color: #95DDDD;
}
</style>
background-color css
<style>
a { background-color: #95DDDD; }
a { background-color: rgb(149,221,221); }
div.DivClassName
{
background-color: #95DDDD;
}
.BgClassName
{
background-color: #95DDDD;
}
</style>
border-color css
<style>
span { border-color: #95DDDD; }
span { border-color: rgb(149,221,221); }
td.TdClassName
{
border-color: #95DDDD;
}
.TagClassName
{
border-color: #95DDDD;
}
</style>