Shades of Morning Glory #95E1DE
Tints of Morning Glory #95E1DE
RGB
CMYK
RGB Variations
Color information
#95E1DE (or 0x95E1DE) is known color: Morning Glory. HEX triplet: 95, E1 and DE. RGB value is (149,225,222). Sum of RGB (Red+Green+Blue) = 149+225+222=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1DE is #6A1E21. Grayscale: #C9C9C9. Windows color (decimal): -6954530 or 14606741. OLE color: 14606741.
HSL color Cylindrical-coordinate representation of color #95E1DE: hue angle of 177.63º 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 #95E1DE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 222 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.12 |
| HSL | 177.63º | 0.56% | 0.73% | - |
| HSV(B) | 177.63º | 0.34% | 0.88% | - |
| XYZ | 52.5 | 65.51 | 78.99 | - |
| YUV | 201.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 222 | 0.34 | 0 | 0.01 | 0.12 | 177.63 | 0.56 | 0.73 |
| Hex | 95 | E1 | DE | 22 | 0 | 1 | C | B2 | 38 | 49 |
| Octal | 225 | 341 | 336 | 42 | 0 | 1 | 14 | 262 | 70 | 111 |
| Binary | 10010101 | 11100001 | 11011110 | 100010 | 0 | 1 | 1100 | 10110010 | 111000 | 1001001 |
Color Harmonies of #95E1DE
Complementary color
Monochromatic Colors of #95E1DE
Black with #95E1DE
Text Example
Text Example
White with #95E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1DE; }
p { color: rgb(149,225,222); }
H1.HeaderClassName
{
color: #95E1DE;
}
.AnyTagClassName
{
color: #95E1DE;
}
</style>
background-color css
<style>
a { background-color: #95E1DE; }
a { background-color: rgb(149,225,222); }
div.DivClassName
{
background-color: #95E1DE;
}
.BgClassName
{
background-color: #95E1DE;
}
</style>
border-color css
<style>
span { border-color: #95E1DE; }
span { border-color: rgb(149,225,222); }
td.TdClassName
{
border-color: #95E1DE;
}
.TagClassName
{
border-color: #95E1DE;
}
</style>