Shades of Morning Glory #95C0C2
Tints of Morning Glory #95C0C2
RGB
CMYK
RGB Variations
Color information
#95C0C2 (or 0x95C0C2) is known color: Morning Glory. HEX triplet: 95, C0 and C2. RGB value is (149,192,194). Sum of RGB (Red+Green+Blue) = 149+192+194=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #95C0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0C2 is #6A3F3D. Grayscale: #B3B3B3. Windows color (decimal): -6963006 or 12763285. OLE color: 12763285.
HSL color Cylindrical-coordinate representation of color #95C0C2: hue angle of 182.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C0C2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 192 | 194 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.24 |
| HSL | 182.67º | 0.27% | 0.67% | - |
| HSV(B) | 182.67º | 0.23% | 0.76% | - |
| XYZ | 40.98 | 47.98 | 58.14 | - |
| YUV | 179.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 194 | 0.23 | 0.01 | 0 | 0.24 | 182.67 | 0.27 | 0.67 |
| Hex | 95 | C0 | C2 | 17 | 1 | 0 | 18 | B7 | 1B | 43 |
| Octal | 225 | 300 | 302 | 27 | 1 | 0 | 30 | 267 | 33 | 103 |
| Binary | 10010101 | 11000000 | 11000010 | 10111 | 1 | 0 | 11000 | 10110111 | 11011 | 1000011 |
Color Harmonies of #95C0C2
Complementary color
Monochromatic Colors of #95C0C2
Black with #95C0C2
Text Example
Text Example
White with #95C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0C2; }
p { color: rgb(149,192,194); }
H1.HeaderClassName
{
color: #95C0C2;
}
.AnyTagClassName
{
color: #95C0C2;
}
</style>
background-color css
<style>
a { background-color: #95C0C2; }
a { background-color: rgb(149,192,194); }
div.DivClassName
{
background-color: #95C0C2;
}
.BgClassName
{
background-color: #95C0C2;
}
</style>
border-color css
<style>
span { border-color: #95C0C2; }
span { border-color: rgb(149,192,194); }
td.TdClassName
{
border-color: #95C0C2;
}
.TagClassName
{
border-color: #95C0C2;
}
</style>