Shades of Morning Glory #95E1DC
Tints of Morning Glory #95E1DC
RGB
CMYK
RGB Variations
Color information
#95E1DC (or 0x95E1DC) is known color: Morning Glory. HEX triplet: 95, E1 and DC. RGB value is (149,225,220). Sum of RGB (Red+Green+Blue) = 149+225+220=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1DC is #6A1E23. Grayscale: #C9C9C9. Windows color (decimal): -6954532 or 14475669. OLE color: 14475669.
HSL color Cylindrical-coordinate representation of color #95E1DC: hue angle of 176.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1DC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 220 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.12 |
| HSL | 176.05º | 0.56% | 0.73% | - |
| HSV(B) | 176.05º | 0.34% | 0.88% | - |
| XYZ | 52.24 | 65.41 | 77.58 | - |
| YUV | 201.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 220 | 0.34 | 0 | 0.02 | 0.12 | 176.05 | 0.56 | 0.73 |
| Hex | 95 | E1 | DC | 22 | 0 | 2 | C | B0 | 38 | 49 |
| Octal | 225 | 341 | 334 | 42 | 0 | 2 | 14 | 260 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11011100 | 100010 | 0 | 10 | 1100 | 10110000 | 111000 | 1001001 |
Color Harmonies of #95E1DC
Complementary color
Monochromatic Colors of #95E1DC
Black with #95E1DC
Text Example
Text Example
White with #95E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1DC; }
p { color: rgb(149,225,220); }
H1.HeaderClassName
{
color: #95E1DC;
}
.AnyTagClassName
{
color: #95E1DC;
}
</style>
background-color css
<style>
a { background-color: #95E1DC; }
a { background-color: rgb(149,225,220); }
div.DivClassName
{
background-color: #95E1DC;
}
.BgClassName
{
background-color: #95E1DC;
}
</style>
border-color css
<style>
span { border-color: #95E1DC; }
span { border-color: rgb(149,225,220); }
td.TdClassName
{
border-color: #95E1DC;
}
.TagClassName
{
border-color: #95E1DC;
}
</style>