Shades of Chinook #98D8A8
Tints of Chinook #98D8A8
RGB
CMYK
RGB Variations
Color information
#98D8A8 (or 0x98D8A8) is known color: Chinook. HEX triplet: 98, D8 and A8. RGB value is (152,216,168). Sum of RGB (Red+Green+Blue) = 152+216+168=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8A8 is #672757. Grayscale: #BFBFBF. Windows color (decimal): -6760280 or 11065496. OLE color: 11065496.
HSL color Cylindrical-coordinate representation of color #98D8A8: hue angle of 135º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8A8 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 168 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.15 |
| HSL | 135º | 0.45% | 0.72% | - |
| HSV(B) | 135º | 0.3% | 0.85% | - |
| XYZ | 44.57 | 58.61 | 46.01 | - |
| YUV | 191.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 168 | 0.30 | 0 | 0.22 | 0.15 | 135 | 0.45 | 0.72 |
| Hex | 98 | D8 | A8 | 1E | 0 | 16 | F | 87 | 2D | 48 |
| Octal | 230 | 330 | 250 | 36 | 0 | 26 | 17 | 207 | 55 | 110 |
| Binary | 10011000 | 11011000 | 10101000 | 11110 | 0 | 10110 | 1111 | 10000111 | 101101 | 1001000 |
Color Harmonies of #98D8A8
Complementary color
Monochromatic Colors of #98D8A8
Black with #98D8A8
Text Example
Text Example
White with #98D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8A8; }
p { color: rgb(152,216,168); }
H1.HeaderClassName
{
color: #98D8A8;
}
.AnyTagClassName
{
color: #98D8A8;
}
</style>
background-color css
<style>
a { background-color: #98D8A8; }
a { background-color: rgb(152,216,168); }
div.DivClassName
{
background-color: #98D8A8;
}
.BgClassName
{
background-color: #98D8A8;
}
</style>
border-color css
<style>
span { border-color: #98D8A8; }
span { border-color: rgb(152,216,168); }
td.TdClassName
{
border-color: #98D8A8;
}
.TagClassName
{
border-color: #98D8A8;
}
</style>