Shades of Sinbad #98D8D0
Tints of Sinbad #98D8D0
RGB
CMYK
RGB Variations
Color information
#98D8D0 (or 0x98D8D0) is known color: Sinbad. HEX triplet: 98, D8 and D0. RGB value is (152,216,208). Sum of RGB (Red+Green+Blue) = 152+216+208=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8D0 is #67272F. Grayscale: #C3C3C3. Windows color (decimal): -6760240 or 13686936. OLE color: 13686936.
HSL color Cylindrical-coordinate representation of color #98D8D0: hue angle of 172.5º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8D0 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 208 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.15 |
| HSL | 172.5º | 0.45% | 0.72% | - |
| HSV(B) | 172.5º | 0.3% | 0.85% | - |
| XYZ | 48.89 | 60.34 | 68.74 | - |
| YUV | 195.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 208 | 0.30 | 0 | 0.04 | 0.15 | 172.5 | 0.45 | 0.72 |
| Hex | 98 | D8 | D0 | 1E | 0 | 4 | F | AC | 2D | 48 |
| Octal | 230 | 330 | 320 | 36 | 0 | 4 | 17 | 254 | 55 | 110 |
| Binary | 10011000 | 11011000 | 11010000 | 11110 | 0 | 100 | 1111 | 10101100 | 101101 | 1001000 |
Color Harmonies of #98D8D0
Complementary color
Monochromatic Colors of #98D8D0
Black with #98D8D0
Text Example
Text Example
White with #98D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8D0; }
p { color: rgb(152,216,208); }
H1.HeaderClassName
{
color: #98D8D0;
}
.AnyTagClassName
{
color: #98D8D0;
}
</style>
background-color css
<style>
a { background-color: #98D8D0; }
a { background-color: rgb(152,216,208); }
div.DivClassName
{
background-color: #98D8D0;
}
.BgClassName
{
background-color: #98D8D0;
}
</style>
border-color css
<style>
span { border-color: #98D8D0; }
span { border-color: rgb(152,216,208); }
td.TdClassName
{
border-color: #98D8D0;
}
.TagClassName
{
border-color: #98D8D0;
}
</style>