Shades of Sinbad #98DED3
Tints of Sinbad #98DED3
RGB
CMYK
RGB Variations
Color information
#98DED3 (or 0x98DED3) is known color: Sinbad. HEX triplet: 98, DE and D3. RGB value is (152,222,211). Sum of RGB (Red+Green+Blue) = 152+222+211=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #98DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DED3 is #67212C. Grayscale: #C7C7C7. Windows color (decimal): -6758701 or 13885080. OLE color: 13885080.
HSL color Cylindrical-coordinate representation of color #98DED3: hue angle of 170.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DED3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 211 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.13 |
| HSL | 170.57º | 0.51% | 0.73% | - |
| HSV(B) | 170.57º | 0.32% | 0.87% | - |
| XYZ | 50.83 | 63.62 | 71.23 | - |
| YUV | 199.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 211 | 0.32 | 0 | 0.05 | 0.13 | 170.57 | 0.51 | 0.73 |
| Hex | 98 | DE | D3 | 20 | 0 | 5 | D | AB | 33 | 49 |
| Octal | 230 | 336 | 323 | 40 | 0 | 5 | 15 | 253 | 63 | 111 |
| Binary | 10011000 | 11011110 | 11010011 | 100000 | 0 | 101 | 1101 | 10101011 | 110011 | 1001001 |
Color Harmonies of #98DED3
Complementary color
Monochromatic Colors of #98DED3
Black with #98DED3
Text Example
Text Example
White with #98DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DED3; }
p { color: rgb(152,222,211); }
H1.HeaderClassName
{
color: #98DED3;
}
.AnyTagClassName
{
color: #98DED3;
}
</style>
background-color css
<style>
a { background-color: #98DED3; }
a { background-color: rgb(152,222,211); }
div.DivClassName
{
background-color: #98DED3;
}
.BgClassName
{
background-color: #98DED3;
}
</style>
border-color css
<style>
span { border-color: #98DED3; }
span { border-color: rgb(152,222,211); }
td.TdClassName
{
border-color: #98DED3;
}
.TagClassName
{
border-color: #98DED3;
}
</style>