Shades of Morning Glory #96C8C4
Tints of Morning Glory #96C8C4
RGB
CMYK
RGB Variations
Color information
#96C8C4 (or 0x96C8C4) is known color: Morning Glory. HEX triplet: 96, C8 and C4. RGB value is (150,200,196). Sum of RGB (Red+Green+Blue) = 150+200+196=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8C4 is #69373B. Grayscale: #B8B8B8. Windows color (decimal): -6895420 or 12896406. OLE color: 12896406.
HSL color Cylindrical-coordinate representation of color #96C8C4: hue angle of 175.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8C4 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 196 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.22 |
| HSL | 175.2º | 0.31% | 0.69% | - |
| HSV(B) | 175.2º | 0.25% | 0.78% | - |
| XYZ | 43.2 | 51.78 | 59.94 | - |
| YUV | 184.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 196 | 0.25 | 0 | 0.02 | 0.22 | 175.2 | 0.31 | 0.69 |
| Hex | 96 | C8 | C4 | 19 | 0 | 2 | 16 | AF | 1F | 45 |
| Octal | 226 | 310 | 304 | 31 | 0 | 2 | 26 | 257 | 37 | 105 |
| Binary | 10010110 | 11001000 | 11000100 | 11001 | 0 | 10 | 10110 | 10101111 | 11111 | 1000101 |
Color Harmonies of #96C8C4
Complementary color
Monochromatic Colors of #96C8C4
Black with #96C8C4
Text Example
Text Example
White with #96C8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C8C4; }
p { color: rgb(150,200,196); }
H1.HeaderClassName
{
color: #96C8C4;
}
.AnyTagClassName
{
color: #96C8C4;
}
</style>
background-color css
<style>
a { background-color: #96C8C4; }
a { background-color: rgb(150,200,196); }
div.DivClassName
{
background-color: #96C8C4;
}
.BgClassName
{
background-color: #96C8C4;
}
</style>
border-color css
<style>
span { border-color: #96C8C4; }
span { border-color: rgb(150,200,196); }
td.TdClassName
{
border-color: #96C8C4;
}
.TagClassName
{
border-color: #96C8C4;
}
</style>