Shades of Chinook #98DDA6
Tints of Chinook #98DDA6
RGB
CMYK
RGB Variations
Color information
#98DDA6 (or 0x98DDA6) is known color: Chinook. HEX triplet: 98, DD and A6. RGB value is (152,221,166). Sum of RGB (Red+Green+Blue) = 152+221+166=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDA6 is #672259. Grayscale: #C2C2C2. Windows color (decimal): -6759002 or 10935704. OLE color: 10935704.
HSL color Cylindrical-coordinate representation of color #98DDA6: hue angle of 132.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDA6 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 166 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.13 |
| HSL | 132.17º | 0.5% | 0.73% | - |
| HSV(B) | 132.17º | 0.31% | 0.87% | - |
| XYZ | 45.69 | 61.14 | 45.47 | - |
| YUV | 194.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 166 | 0.31 | 0 | 0.25 | 0.13 | 132.17 | 0.5 | 0.73 |
| Hex | 98 | DD | A6 | 1F | 0 | 19 | D | 84 | 32 | 49 |
| Octal | 230 | 335 | 246 | 37 | 0 | 31 | 15 | 204 | 62 | 111 |
| Binary | 10011000 | 11011101 | 10100110 | 11111 | 0 | 11001 | 1101 | 10000100 | 110010 | 1001001 |
Color Harmonies of #98DDA6
Complementary color
Monochromatic Colors of #98DDA6
Black with #98DDA6
Text Example
Text Example
White with #98DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDA6; }
p { color: rgb(152,221,166); }
H1.HeaderClassName
{
color: #98DDA6;
}
.AnyTagClassName
{
color: #98DDA6;
}
</style>
background-color css
<style>
a { background-color: #98DDA6; }
a { background-color: rgb(152,221,166); }
div.DivClassName
{
background-color: #98DDA6;
}
.BgClassName
{
background-color: #98DDA6;
}
</style>
border-color css
<style>
span { border-color: #98DDA6; }
span { border-color: rgb(152,221,166); }
td.TdClassName
{
border-color: #98DDA6;
}
.TagClassName
{
border-color: #98DDA6;
}
</style>