Shades of Sinbad #98D4CE
Tints of Sinbad #98D4CE
RGB
CMYK
RGB Variations
Color information
#98D4CE (or 0x98D4CE) is known color: Sinbad. HEX triplet: 98, D4 and CE. RGB value is (152,212,206). Sum of RGB (Red+Green+Blue) = 152+212+206=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D4CE is #672B31. Grayscale: #C1C1C1. Windows color (decimal): -6761266 or 13554840. OLE color: 13554840.
HSL color Cylindrical-coordinate representation of color #98D4CE: hue angle of 174º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4CE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 206 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.17 |
| HSL | 174º | 0.41% | 0.71% | - |
| HSV(B) | 174º | 0.28% | 0.83% | - |
| XYZ | 47.63 | 58.22 | 67.12 | - |
| YUV | 193.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 206 | 0.28 | 0 | 0.03 | 0.17 | 174 | 0.41 | 0.71 |
| Hex | 98 | D4 | CE | 1C | 0 | 3 | 11 | AE | 29 | 47 |
| Octal | 230 | 324 | 316 | 34 | 0 | 3 | 21 | 256 | 51 | 107 |
| Binary | 10011000 | 11010100 | 11001110 | 11100 | 0 | 11 | 10001 | 10101110 | 101001 | 1000111 |
Color Harmonies of #98D4CE
Complementary color
Monochromatic Colors of #98D4CE
Black with #98D4CE
Text Example
Text Example
White with #98D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4CE; }
p { color: rgb(152,212,206); }
H1.HeaderClassName
{
color: #98D4CE;
}
.AnyTagClassName
{
color: #98D4CE;
}
</style>
background-color css
<style>
a { background-color: #98D4CE; }
a { background-color: rgb(152,212,206); }
div.DivClassName
{
background-color: #98D4CE;
}
.BgClassName
{
background-color: #98D4CE;
}
</style>
border-color css
<style>
span { border-color: #98D4CE; }
span { border-color: rgb(152,212,206); }
td.TdClassName
{
border-color: #98D4CE;
}
.TagClassName
{
border-color: #98D4CE;
}
</style>