Shades of Sinbad #98D0C9
Tints of Sinbad #98D0C9
RGB
CMYK
RGB Variations
Color information
#98D0C9 (or 0x98D0C9) is known color: Sinbad. HEX triplet: 98, D0 and C9. RGB value is (152,208,201). Sum of RGB (Red+Green+Blue) = 152+208+201=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0C9 is #672F36. Grayscale: #BEBEBE. Windows color (decimal): -6762295 or 13226136. OLE color: 13226136.
HSL color Cylindrical-coordinate representation of color #98D0C9: hue angle of 172.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0C9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 201 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.18 |
| HSL | 172.5º | 0.37% | 0.71% | - |
| HSV(B) | 172.5º | 0.27% | 0.82% | - |
| XYZ | 46.05 | 56 | 63.64 | - |
| YUV | 190.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 201 | 0.27 | 0 | 0.03 | 0.18 | 172.5 | 0.37 | 0.71 |
| Hex | 98 | D0 | C9 | 1B | 0 | 3 | 12 | AC | 25 | 47 |
| Octal | 230 | 320 | 311 | 33 | 0 | 3 | 22 | 254 | 45 | 107 |
| Binary | 10011000 | 11010000 | 11001001 | 11011 | 0 | 11 | 10010 | 10101100 | 100101 | 1000111 |
Color Harmonies of #98D0C9
Complementary color
Monochromatic Colors of #98D0C9
Black with #98D0C9
Text Example
Text Example
White with #98D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0C9; }
p { color: rgb(152,208,201); }
H1.HeaderClassName
{
color: #98D0C9;
}
.AnyTagClassName
{
color: #98D0C9;
}
</style>
background-color css
<style>
a { background-color: #98D0C9; }
a { background-color: rgb(152,208,201); }
div.DivClassName
{
background-color: #98D0C9;
}
.BgClassName
{
background-color: #98D0C9;
}
</style>
border-color css
<style>
span { border-color: #98D0C9; }
span { border-color: rgb(152,208,201); }
td.TdClassName
{
border-color: #98D0C9;
}
.TagClassName
{
border-color: #98D0C9;
}
</style>