Shades of Morning Glory #95E2DF
Tints of Morning Glory #95E2DF
RGB
CMYK
RGB Variations
Color information
#95E2DF (or 0x95E2DF) is known color: Morning Glory. HEX triplet: 95, E2 and DF. RGB value is (149,226,223). Sum of RGB (Red+Green+Blue) = 149+226+223=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E2DF is #6A1D20. Grayscale: #CACACA. Windows color (decimal): -6954273 or 14672533. OLE color: 14672533.
HSL color Cylindrical-coordinate representation of color #95E2DF: hue angle of 177.66º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E2DF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 223 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.11 |
| HSL | 177.66º | 0.57% | 0.74% | - |
| HSV(B) | 177.66º | 0.34% | 0.89% | - |
| XYZ | 52.91 | 66.11 | 79.78 | - |
| YUV | 202.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 223 | 0.34 | 0 | 0.01 | 0.11 | 177.66 | 0.57 | 0.74 |
| Hex | 95 | E2 | DF | 22 | 0 | 1 | B | B2 | 39 | 4A |
| Octal | 225 | 342 | 337 | 42 | 0 | 1 | 13 | 262 | 71 | 112 |
| Binary | 10010101 | 11100010 | 11011111 | 100010 | 0 | 1 | 1011 | 10110010 | 111001 | 1001010 |
Color Harmonies of #95E2DF
Complementary color
Monochromatic Colors of #95E2DF
Black with #95E2DF
Text Example
Text Example
White with #95E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2DF; }
p { color: rgb(149,226,223); }
H1.HeaderClassName
{
color: #95E2DF;
}
.AnyTagClassName
{
color: #95E2DF;
}
</style>
background-color css
<style>
a { background-color: #95E2DF; }
a { background-color: rgb(149,226,223); }
div.DivClassName
{
background-color: #95E2DF;
}
.BgClassName
{
background-color: #95E2DF;
}
</style>
border-color css
<style>
span { border-color: #95E2DF; }
span { border-color: rgb(149,226,223); }
td.TdClassName
{
border-color: #95E2DF;
}
.TagClassName
{
border-color: #95E2DF;
}
</style>