Shades of Chinook #98C5A8
Tints of Chinook #98C5A8
RGB
CMYK
RGB Variations
Color information
#98C5A8 (or 0x98C5A8) is known color: Chinook. HEX triplet: 98, C5 and A8. RGB value is (152,197,168). Sum of RGB (Red+Green+Blue) = 152+197+168=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5A8 is #673A57. Grayscale: #B4B4B4. Windows color (decimal): -6765144 or 11060632. OLE color: 11060632.
HSL color Cylindrical-coordinate representation of color #98C5A8: hue angle of 141.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5A8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 168 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.23 |
| HSL | 141.33º | 0.28% | 0.68% | - |
| HSV(B) | 141.33º | 0.23% | 0.77% | - |
| XYZ | 39.98 | 49.44 | 44.48 | - |
| YUV | 180.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 168 | 0.23 | 0 | 0.15 | 0.23 | 141.33 | 0.28 | 0.68 |
| Hex | 98 | C5 | A8 | 17 | 0 | F | 17 | 8D | 1C | 44 |
| Octal | 230 | 305 | 250 | 27 | 0 | 17 | 27 | 215 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10101000 | 10111 | 0 | 1111 | 10111 | 10001101 | 11100 | 1000100 |
Color Harmonies of #98C5A8
Complementary color
Monochromatic Colors of #98C5A8
Black with #98C5A8
Text Example
Text Example
White with #98C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5A8; }
p { color: rgb(152,197,168); }
H1.HeaderClassName
{
color: #98C5A8;
}
.AnyTagClassName
{
color: #98C5A8;
}
</style>
background-color css
<style>
a { background-color: #98C5A8; }
a { background-color: rgb(152,197,168); }
div.DivClassName
{
background-color: #98C5A8;
}
.BgClassName
{
background-color: #98C5A8;
}
</style>
border-color css
<style>
span { border-color: #98C5A8; }
span { border-color: rgb(152,197,168); }
td.TdClassName
{
border-color: #98C5A8;
}
.TagClassName
{
border-color: #98C5A8;
}
</style>