Shades of Sinbad #96D6CE
Tints of Sinbad #96D6CE
RGB
CMYK
RGB Variations
Color information
#96D6CE (or 0x96D6CE) is known color: Sinbad. HEX triplet: 96, D6 and CE. RGB value is (150,214,206). Sum of RGB (Red+Green+Blue) = 150+214+206=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6CE is #692931. Grayscale: #C1C1C1. Windows color (decimal): -6891826 or 13555350. OLE color: 13555350.
HSL color Cylindrical-coordinate representation of color #96D6CE: hue angle of 172.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6CE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 206 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.16 |
| HSL | 172.5º | 0.44% | 0.71% | - |
| HSV(B) | 172.5º | 0.3% | 0.84% | - |
| XYZ | 47.76 | 59.03 | 67.27 | - |
| YUV | 193.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 206 | 0.30 | 0 | 0.04 | 0.16 | 172.5 | 0.44 | 0.71 |
| Hex | 96 | D6 | CE | 1E | 0 | 4 | 10 | AC | 2C | 47 |
| Octal | 226 | 326 | 316 | 36 | 0 | 4 | 20 | 254 | 54 | 107 |
| Binary | 10010110 | 11010110 | 11001110 | 11110 | 0 | 100 | 10000 | 10101100 | 101100 | 1000111 |
Color Harmonies of #96D6CE
Complementary color
Monochromatic Colors of #96D6CE
Black with #96D6CE
Text Example
Text Example
White with #96D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6CE; }
p { color: rgb(150,214,206); }
H1.HeaderClassName
{
color: #96D6CE;
}
.AnyTagClassName
{
color: #96D6CE;
}
</style>
background-color css
<style>
a { background-color: #96D6CE; }
a { background-color: rgb(150,214,206); }
div.DivClassName
{
background-color: #96D6CE;
}
.BgClassName
{
background-color: #96D6CE;
}
</style>
border-color css
<style>
span { border-color: #96D6CE; }
span { border-color: rgb(150,214,206); }
td.TdClassName
{
border-color: #96D6CE;
}
.TagClassName
{
border-color: #96D6CE;
}
</style>