Shades of Chinook #98D0A0
Tints of Chinook #98D0A0
RGB
CMYK
RGB Variations
Color information
#98D0A0 (or 0x98D0A0) is known color: Chinook. HEX triplet: 98, D0 and A0. RGB value is (152,208,160). Sum of RGB (Red+Green+Blue) = 152+208+160=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0A0 is #672F5F. Grayscale: #B9B9B9. Windows color (decimal): -6762336 or 10539160. OLE color: 10539160.
HSL color Cylindrical-coordinate representation of color #98D0A0: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0A0 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 160 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.18 |
| HSL | 128.57º | 0.37% | 0.71% | - |
| HSV(B) | 128.57º | 0.27% | 0.82% | - |
| XYZ | 41.85 | 54.33 | 41.54 | - |
| YUV | 185.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 160 | 0.27 | 0 | 0.23 | 0.18 | 128.57 | 0.37 | 0.71 |
| Hex | 98 | D0 | A0 | 1B | 0 | 17 | 12 | 81 | 25 | 47 |
| Octal | 230 | 320 | 240 | 33 | 0 | 27 | 22 | 201 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10100000 | 11011 | 0 | 10111 | 10010 | 10000001 | 100101 | 1000111 |
Color Harmonies of #98D0A0
Complementary color
Monochromatic Colors of #98D0A0
Black with #98D0A0
Text Example
Text Example
White with #98D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0A0; }
p { color: rgb(152,208,160); }
H1.HeaderClassName
{
color: #98D0A0;
}
.AnyTagClassName
{
color: #98D0A0;
}
</style>
background-color css
<style>
a { background-color: #98D0A0; }
a { background-color: rgb(152,208,160); }
div.DivClassName
{
background-color: #98D0A0;
}
.BgClassName
{
background-color: #98D0A0;
}
</style>
border-color css
<style>
span { border-color: #98D0A0; }
span { border-color: rgb(152,208,160); }
td.TdClassName
{
border-color: #98D0A0;
}
.TagClassName
{
border-color: #98D0A0;
}
</style>