Shades of Morning Glory #96D1D1
Tints of Morning Glory #96D1D1
RGB
CMYK
RGB Variations
Color information
#96D1D1 (or 0x96D1D1) is known color: Morning Glory. HEX triplet: 96, D1 and D1. RGB value is (150,209,209). Sum of RGB (Red+Green+Blue) = 150+209+209=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #96D1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1D1 is #692E2E. Grayscale: #BFBFBF. Windows color (decimal): -6893103 or 13750678. OLE color: 13750678.
HSL color Cylindrical-coordinate representation of color #96D1D1: hue angle of 180º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1D1 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 209 | - |
| CMYK | 0.28 | 0 | 0 | 0.18 |
| HSL | 180º | 0.39% | 0.7% | - |
| HSV(B) | 180º | 0.28% | 0.82% | - |
| XYZ | 46.89 | 56.69 | 68.79 | - |
| YUV | 191.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 209 | 0.28 | 0 | 0 | 0.18 | 180 | 0.39 | 0.7 |
| Hex | 96 | D1 | D1 | 1C | 0 | 0 | 12 | B4 | 27 | 46 |
| Octal | 226 | 321 | 321 | 34 | 0 | 0 | 22 | 264 | 47 | 106 |
| Binary | 10010110 | 11010001 | 11010001 | 11100 | 0 | 0 | 10010 | 10110100 | 100111 | 1000110 |
Color Harmonies of #96D1D1
Complementary color
Monochromatic Colors of #96D1D1
Black with #96D1D1
Text Example
Text Example
White with #96D1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1D1; }
p { color: rgb(150,209,209); }
H1.HeaderClassName
{
color: #96D1D1;
}
.AnyTagClassName
{
color: #96D1D1;
}
</style>
background-color css
<style>
a { background-color: #96D1D1; }
a { background-color: rgb(150,209,209); }
div.DivClassName
{
background-color: #96D1D1;
}
.BgClassName
{
background-color: #96D1D1;
}
</style>
border-color css
<style>
span { border-color: #96D1D1; }
span { border-color: rgb(150,209,209); }
td.TdClassName
{
border-color: #96D1D1;
}
.TagClassName
{
border-color: #96D1D1;
}
</style>