Shades of Sinbad #98D1C8
Tints of Sinbad #98D1C8
RGB
CMYK
RGB Variations
Color information
#98D1C8 (or 0x98D1C8) is known color: Sinbad. HEX triplet: 98, D1 and C8. RGB value is (152,209,200). Sum of RGB (Red+Green+Blue) = 152+209+200=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1C8 is #672E37. Grayscale: #BEBEBE. Windows color (decimal): -6762040 or 13160856. OLE color: 13160856.
HSL color Cylindrical-coordinate representation of color #98D1C8: hue angle of 170.53º degrees, saturation: 0.38, 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 #98D1C8 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 200 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.18 |
| HSL | 170.53º | 0.38% | 0.71% | - |
| HSV(B) | 170.53º | 0.27% | 0.82% | - |
| XYZ | 46.17 | 56.45 | 63.11 | - |
| YUV | 190.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 200 | 0.27 | 0 | 0.04 | 0.18 | 170.53 | 0.38 | 0.71 |
| Hex | 98 | D1 | C8 | 1B | 0 | 4 | 12 | AB | 26 | 47 |
| Octal | 230 | 321 | 310 | 33 | 0 | 4 | 22 | 253 | 46 | 107 |
| Binary | 10011000 | 11010001 | 11001000 | 11011 | 0 | 100 | 10010 | 10101011 | 100110 | 1000111 |
Color Harmonies of #98D1C8
Complementary color
Monochromatic Colors of #98D1C8
Black with #98D1C8
Text Example
Text Example
White with #98D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1C8; }
p { color: rgb(152,209,200); }
H1.HeaderClassName
{
color: #98D1C8;
}
.AnyTagClassName
{
color: #98D1C8;
}
</style>
background-color css
<style>
a { background-color: #98D1C8; }
a { background-color: rgb(152,209,200); }
div.DivClassName
{
background-color: #98D1C8;
}
.BgClassName
{
background-color: #98D1C8;
}
</style>
border-color css
<style>
span { border-color: #98D1C8; }
span { border-color: rgb(152,209,200); }
td.TdClassName
{
border-color: #98D1C8;
}
.TagClassName
{
border-color: #98D1C8;
}
</style>