Shades of Sinbad #96D8D0
Tints of Sinbad #96D8D0
RGB
CMYK
RGB Variations
Color information
#96D8D0 (or 0x96D8D0) is known color: Sinbad. HEX triplet: 96, D8 and D0. RGB value is (150,216,208). Sum of RGB (Red+Green+Blue) = 150+216+208=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8D0 is #69272F. Grayscale: #C3C3C3. Windows color (decimal): -6891312 or 13686934. OLE color: 13686934.
HSL color Cylindrical-coordinate representation of color #96D8D0: hue angle of 172.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8D0 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 208 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.15 |
| HSL | 172.73º | 0.46% | 0.72% | - |
| HSV(B) | 172.73º | 0.31% | 0.85% | - |
| XYZ | 48.52 | 60.15 | 68.73 | - |
| YUV | 195.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 208 | 0.31 | 0 | 0.04 | 0.15 | 172.73 | 0.46 | 0.72 |
| Hex | 96 | D8 | D0 | 1F | 0 | 4 | F | AD | 2E | 48 |
| Octal | 226 | 330 | 320 | 37 | 0 | 4 | 17 | 255 | 56 | 110 |
| Binary | 10010110 | 11011000 | 11010000 | 11111 | 0 | 100 | 1111 | 10101101 | 101110 | 1001000 |
Color Harmonies of #96D8D0
Complementary color
Monochromatic Colors of #96D8D0
Black with #96D8D0
Text Example
Text Example
White with #96D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8D0; }
p { color: rgb(150,216,208); }
H1.HeaderClassName
{
color: #96D8D0;
}
.AnyTagClassName
{
color: #96D8D0;
}
</style>
background-color css
<style>
a { background-color: #96D8D0; }
a { background-color: rgb(150,216,208); }
div.DivClassName
{
background-color: #96D8D0;
}
.BgClassName
{
background-color: #96D8D0;
}
</style>
border-color css
<style>
span { border-color: #96D8D0; }
span { border-color: rgb(150,216,208); }
td.TdClassName
{
border-color: #96D8D0;
}
.TagClassName
{
border-color: #96D8D0;
}
</style>