Shades of Sinbad #9DE2D4
Tints of Sinbad #9DE2D4
RGB
CMYK
RGB Variations
Color information
#9DE2D4 (or 0x9DE2D4) is known color: Sinbad. HEX triplet: 9D, E2 and D4. RGB value is (157,226,212). Sum of RGB (Red+Green+Blue) = 157+226+212=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2D4 is #621D2B. Grayscale: #CBCBCB. Windows color (decimal): -6429996 or 13951645. OLE color: 13951645.
HSL color Cylindrical-coordinate representation of color #9DE2D4: hue angle of 167.83º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE2D4 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 212 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.11 |
| HSL | 167.83º | 0.54% | 0.75% | - |
| HSV(B) | 167.83º | 0.31% | 0.89% | - |
| XYZ | 52.98 | 66.31 | 72.29 | - |
| YUV | 203.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 212 | 0.31 | 0 | 0.06 | 0.11 | 167.83 | 0.54 | 0.75 |
| Hex | 9D | E2 | D4 | 1F | 0 | 6 | B | A8 | 36 | 4B |
| Octal | 235 | 342 | 324 | 37 | 0 | 6 | 13 | 250 | 66 | 113 |
| Binary | 10011101 | 11100010 | 11010100 | 11111 | 0 | 110 | 1011 | 10101000 | 110110 | 1001011 |
Color Harmonies of #9DE2D4
Complementary color
Monochromatic Colors of #9DE2D4
Black with #9DE2D4
Text Example
Text Example
White with #9DE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE2D4; }
p { color: rgb(157,226,212); }
H1.HeaderClassName
{
color: #9DE2D4;
}
.AnyTagClassName
{
color: #9DE2D4;
}
</style>
background-color css
<style>
a { background-color: #9DE2D4; }
a { background-color: rgb(157,226,212); }
div.DivClassName
{
background-color: #9DE2D4;
}
.BgClassName
{
background-color: #9DE2D4;
}
</style>
border-color css
<style>
span { border-color: #9DE2D4; }
span { border-color: rgb(157,226,212); }
td.TdClassName
{
border-color: #9DE2D4;
}
.TagClassName
{
border-color: #9DE2D4;
}
</style>