Shades of Morning Glory #95D4CE
Tints of Morning Glory #95D4CE
RGB
CMYK
RGB Variations
Color information
#95D4CE (or 0x95D4CE) is known color: Morning Glory. HEX triplet: 95, D4 and CE. RGB value is (149,212,206). Sum of RGB (Red+Green+Blue) = 149+212+206=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #95D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D4CE is #6A2B31. Grayscale: #C0C0C0. Windows color (decimal): -6957874 or 13554837. OLE color: 13554837.
HSL color Cylindrical-coordinate representation of color #95D4CE: hue angle of 174.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D4CE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 206 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.17 |
| HSL | 174.29º | 0.42% | 0.71% | - |
| HSV(B) | 174.29º | 0.3% | 0.83% | - |
| XYZ | 47.08 | 57.93 | 67.09 | - |
| YUV | 192.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 206 | 0.30 | 0 | 0.03 | 0.17 | 174.29 | 0.42 | 0.71 |
| Hex | 95 | D4 | CE | 1E | 0 | 3 | 11 | AE | 2A | 47 |
| Octal | 225 | 324 | 316 | 36 | 0 | 3 | 21 | 256 | 52 | 107 |
| Binary | 10010101 | 11010100 | 11001110 | 11110 | 0 | 11 | 10001 | 10101110 | 101010 | 1000111 |
Color Harmonies of #95D4CE
Complementary color
Monochromatic Colors of #95D4CE
Black with #95D4CE
Text Example
Text Example
White with #95D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D4CE; }
p { color: rgb(149,212,206); }
H1.HeaderClassName
{
color: #95D4CE;
}
.AnyTagClassName
{
color: #95D4CE;
}
</style>
background-color css
<style>
a { background-color: #95D4CE; }
a { background-color: rgb(149,212,206); }
div.DivClassName
{
background-color: #95D4CE;
}
.BgClassName
{
background-color: #95D4CE;
}
</style>
border-color css
<style>
span { border-color: #95D4CE; }
span { border-color: rgb(149,212,206); }
td.TdClassName
{
border-color: #95D4CE;
}
.TagClassName
{
border-color: #95D4CE;
}
</style>