Shades of Sinbad #96E4DB
Tints of Sinbad #96E4DB
RGB
CMYK
RGB Variations
Color information
#96E4DB (or 0x96E4DB) is known color: Sinbad. HEX triplet: 96, E4 and DB. RGB value is (150,228,219). Sum of RGB (Red+Green+Blue) = 150+228+219=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4DB is #691B24. Grayscale: #CBCBCB. Windows color (decimal): -6888229 or 14410902. OLE color: 14410902.
HSL color Cylindrical-coordinate representation of color #96E4DB: hue angle of 173.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4DB is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 219 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.11 |
| HSL | 173.08º | 0.59% | 0.74% | - |
| HSV(B) | 173.08º | 0.34% | 0.89% | - |
| XYZ | 53.11 | 67.09 | 77.17 | - |
| YUV | 203.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 219 | 0.34 | 0 | 0.04 | 0.11 | 173.08 | 0.59 | 0.74 |
| Hex | 96 | E4 | DB | 22 | 0 | 4 | B | AD | 3B | 4A |
| Octal | 226 | 344 | 333 | 42 | 0 | 4 | 13 | 255 | 73 | 112 |
| Binary | 10010110 | 11100100 | 11011011 | 100010 | 0 | 100 | 1011 | 10101101 | 111011 | 1001010 |
Color Harmonies of #96E4DB
Complementary color
Monochromatic Colors of #96E4DB
Black with #96E4DB
Text Example
Text Example
White with #96E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4DB; }
p { color: rgb(150,228,219); }
H1.HeaderClassName
{
color: #96E4DB;
}
.AnyTagClassName
{
color: #96E4DB;
}
</style>
background-color css
<style>
a { background-color: #96E4DB; }
a { background-color: rgb(150,228,219); }
div.DivClassName
{
background-color: #96E4DB;
}
.BgClassName
{
background-color: #96E4DB;
}
</style>
border-color css
<style>
span { border-color: #96E4DB; }
span { border-color: rgb(150,228,219); }
td.TdClassName
{
border-color: #96E4DB;
}
.TagClassName
{
border-color: #96E4DB;
}
</style>