Shades of Chinook #98D0AA
Tints of Chinook #98D0AA
RGB
CMYK
RGB Variations
Color information
#98D0AA (or 0x98D0AA) is known color: Chinook. HEX triplet: 98, D0 and AA. RGB value is (152,208,170). Sum of RGB (Red+Green+Blue) = 152+208+170=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0AA is #672F55. Grayscale: #BBBBBB. Windows color (decimal): -6762326 or 11194520. OLE color: 11194520.
HSL color Cylindrical-coordinate representation of color #98D0AA: hue angle of 139.29º 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 #98D0AA is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 170 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.18 |
| HSL | 139.29º | 0.37% | 0.71% | - |
| HSV(B) | 139.29º | 0.27% | 0.82% | - |
| XYZ | 42.76 | 54.69 | 46.33 | - |
| YUV | 186.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 170 | 0.27 | 0 | 0.18 | 0.18 | 139.29 | 0.37 | 0.71 |
| Hex | 98 | D0 | AA | 1B | 0 | 12 | 12 | 8B | 25 | 47 |
| Octal | 230 | 320 | 252 | 33 | 0 | 22 | 22 | 213 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10101010 | 11011 | 0 | 10010 | 10010 | 10001011 | 100101 | 1000111 |
Color Harmonies of #98D0AA
Complementary color
Monochromatic Colors of #98D0AA
Black with #98D0AA
Text Example
Text Example
White with #98D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0AA; }
p { color: rgb(152,208,170); }
H1.HeaderClassName
{
color: #98D0AA;
}
.AnyTagClassName
{
color: #98D0AA;
}
</style>
background-color css
<style>
a { background-color: #98D0AA; }
a { background-color: rgb(152,208,170); }
div.DivClassName
{
background-color: #98D0AA;
}
.BgClassName
{
background-color: #98D0AA;
}
</style>
border-color css
<style>
span { border-color: #98D0AA; }
span { border-color: rgb(152,208,170); }
td.TdClassName
{
border-color: #98D0AA;
}
.TagClassName
{
border-color: #98D0AA;
}
</style>