Shades of Sinbad #98E2D7
Tints of Sinbad #98E2D7
RGB
CMYK
RGB Variations
Color information
#98E2D7 (or 0x98E2D7) is known color: Sinbad. HEX triplet: 98, E2 and D7. RGB value is (152,226,215). Sum of RGB (Red+Green+Blue) = 152+226+215=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #98E2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E2D7 is #671D28. Grayscale: #CACACA. Windows color (decimal): -6757673 or 14148248. OLE color: 14148248.
HSL color Cylindrical-coordinate representation of color #98E2D7: hue angle of 171.08º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E2D7 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 215 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.11 |
| HSL | 171.08º | 0.56% | 0.74% | - |
| HSV(B) | 171.08º | 0.33% | 0.89% | - |
| XYZ | 52.41 | 65.97 | 74.26 | - |
| YUV | 202.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 215 | 0.33 | 0 | 0.05 | 0.11 | 171.08 | 0.56 | 0.74 |
| Hex | 98 | E2 | D7 | 21 | 0 | 5 | B | AB | 38 | 4A |
| Octal | 230 | 342 | 327 | 41 | 0 | 5 | 13 | 253 | 70 | 112 |
| Binary | 10011000 | 11100010 | 11010111 | 100001 | 0 | 101 | 1011 | 10101011 | 111000 | 1001010 |
Color Harmonies of #98E2D7
Complementary color
Monochromatic Colors of #98E2D7
Black with #98E2D7
Text Example
Text Example
White with #98E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E2D7; }
p { color: rgb(152,226,215); }
H1.HeaderClassName
{
color: #98E2D7;
}
.AnyTagClassName
{
color: #98E2D7;
}
</style>
background-color css
<style>
a { background-color: #98E2D7; }
a { background-color: rgb(152,226,215); }
div.DivClassName
{
background-color: #98E2D7;
}
.BgClassName
{
background-color: #98E2D7;
}
</style>
border-color css
<style>
span { border-color: #98E2D7; }
span { border-color: rgb(152,226,215); }
td.TdClassName
{
border-color: #98E2D7;
}
.TagClassName
{
border-color: #98E2D7;
}
</style>