Shades of Sinbad #9DE0D0
Tints of Sinbad #9DE0D0
RGB
CMYK
RGB Variations
Color information
#9DE0D0 (or 0x9DE0D0) is known color: Sinbad. HEX triplet: 9D, E0 and D0. RGB value is (157,224,208). Sum of RGB (Red+Green+Blue) = 157+224+208=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0D0 is #621F2F. Grayscale: #CACACA. Windows color (decimal): -6430512 or 13688989. OLE color: 13688989.
HSL color Cylindrical-coordinate representation of color #9DE0D0: hue angle of 165.67º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0D0 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 208 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.12 |
| HSL | 165.67º | 0.52% | 0.75% | - |
| HSV(B) | 165.67º | 0.3% | 0.88% | - |
| XYZ | 51.95 | 65.03 | 69.49 | - |
| YUV | 202.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 208 | 0.30 | 0 | 0.07 | 0.12 | 165.67 | 0.52 | 0.75 |
| Hex | 9D | E0 | D0 | 1E | 0 | 7 | C | A6 | 34 | 4B |
| Octal | 235 | 340 | 320 | 36 | 0 | 7 | 14 | 246 | 64 | 113 |
| Binary | 10011101 | 11100000 | 11010000 | 11110 | 0 | 111 | 1100 | 10100110 | 110100 | 1001011 |
Color Harmonies of #9DE0D0
Complementary color
Monochromatic Colors of #9DE0D0
Black with #9DE0D0
Text Example
Text Example
White with #9DE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0D0; }
p { color: rgb(157,224,208); }
H1.HeaderClassName
{
color: #9DE0D0;
}
.AnyTagClassName
{
color: #9DE0D0;
}
</style>
background-color css
<style>
a { background-color: #9DE0D0; }
a { background-color: rgb(157,224,208); }
div.DivClassName
{
background-color: #9DE0D0;
}
.BgClassName
{
background-color: #9DE0D0;
}
</style>
border-color css
<style>
span { border-color: #9DE0D0; }
span { border-color: rgb(157,224,208); }
td.TdClassName
{
border-color: #9DE0D0;
}
.TagClassName
{
border-color: #9DE0D0;
}
</style>