Shades of Sinbad #98CEC6
Tints of Sinbad #98CEC6
RGB
CMYK
RGB Variations
Color information
#98CEC6 (or 0x98CEC6) is known color: Sinbad. HEX triplet: 98, CE and C6. RGB value is (152,206,198). Sum of RGB (Red+Green+Blue) = 152+206+198=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEC6 is #673139. Grayscale: #BCBCBC. Windows color (decimal): -6762810 or 13029016. OLE color: 13029016.
HSL color Cylindrical-coordinate representation of color #98CEC6: hue angle of 171.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEC6 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 198 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.19 |
| HSL | 171.11º | 0.36% | 0.7% | - |
| HSV(B) | 171.11º | 0.26% | 0.81% | - |
| XYZ | 45.21 | 54.9 | 61.64 | - |
| YUV | 188.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 198 | 0.26 | 0 | 0.04 | 0.19 | 171.11 | 0.36 | 0.7 |
| Hex | 98 | CE | C6 | 1A | 0 | 4 | 13 | AB | 24 | 46 |
| Octal | 230 | 316 | 306 | 32 | 0 | 4 | 23 | 253 | 44 | 106 |
| Binary | 10011000 | 11001110 | 11000110 | 11010 | 0 | 100 | 10011 | 10101011 | 100100 | 1000110 |
Color Harmonies of #98CEC6
Complementary color
Monochromatic Colors of #98CEC6
Black with #98CEC6
Text Example
Text Example
White with #98CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEC6; }
p { color: rgb(152,206,198); }
H1.HeaderClassName
{
color: #98CEC6;
}
.AnyTagClassName
{
color: #98CEC6;
}
</style>
background-color css
<style>
a { background-color: #98CEC6; }
a { background-color: rgb(152,206,198); }
div.DivClassName
{
background-color: #98CEC6;
}
.BgClassName
{
background-color: #98CEC6;
}
</style>
border-color css
<style>
span { border-color: #98CEC6; }
span { border-color: rgb(152,206,198); }
td.TdClassName
{
border-color: #98CEC6;
}
.TagClassName
{
border-color: #98CEC6;
}
</style>