Shades of Sinbad #96E7DD
Tints of Sinbad #96E7DD
RGB
CMYK
RGB Variations
Color information
#96E7DD (or 0x96E7DD) is known color: Sinbad. HEX triplet: 96, E7 and DD. RGB value is (150,231,221). Sum of RGB (Red+Green+Blue) = 150+231+221=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7DD is #691822. Grayscale: #CDCDCD. Windows color (decimal): -6887459 or 14542742. OLE color: 14542742.
HSL color Cylindrical-coordinate representation of color #96E7DD: hue angle of 172.59º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7DD is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 221 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.09 |
| HSL | 172.59º | 0.63% | 0.75% | - |
| HSV(B) | 172.59º | 0.35% | 0.91% | - |
| XYZ | 54.2 | 68.86 | 78.84 | - |
| YUV | 205.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 221 | 0.35 | 0 | 0.04 | 0.09 | 172.59 | 0.63 | 0.75 |
| Hex | 96 | E7 | DD | 23 | 0 | 4 | 9 | AD | 3F | 4B |
| Octal | 226 | 347 | 335 | 43 | 0 | 4 | 11 | 255 | 77 | 113 |
| Binary | 10010110 | 11100111 | 11011101 | 100011 | 0 | 100 | 1001 | 10101101 | 111111 | 1001011 |
Color Harmonies of #96E7DD
Complementary color
Monochromatic Colors of #96E7DD
Black with #96E7DD
Text Example
Text Example
White with #96E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7DD; }
p { color: rgb(150,231,221); }
H1.HeaderClassName
{
color: #96E7DD;
}
.AnyTagClassName
{
color: #96E7DD;
}
</style>
background-color css
<style>
a { background-color: #96E7DD; }
a { background-color: rgb(150,231,221); }
div.DivClassName
{
background-color: #96E7DD;
}
.BgClassName
{
background-color: #96E7DD;
}
</style>
border-color css
<style>
span { border-color: #96E7DD; }
span { border-color: rgb(150,231,221); }
td.TdClassName
{
border-color: #96E7DD;
}
.TagClassName
{
border-color: #96E7DD;
}
</style>