Shades of Chinook #97DDA6
Tints of Chinook #97DDA6
RGB
CMYK
RGB Variations
Color information
#97DDA6 (or 0x97DDA6) is known color: Chinook. HEX triplet: 97, DD and A6. RGB value is (151,221,166). Sum of RGB (Red+Green+Blue) = 151+221+166=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DDA6 is #682259. Grayscale: #C1C1C1. Windows color (decimal): -6824538 or 10935703. OLE color: 10935703.
HSL color Cylindrical-coordinate representation of color #97DDA6: hue angle of 132.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDA6 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 221 | 166 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.13 |
| HSL | 132.86º | 0.51% | 0.73% | - |
| HSV(B) | 132.86º | 0.32% | 0.87% | - |
| XYZ | 45.5 | 61.05 | 45.46 | - |
| YUV | 193.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 221 | 166 | 0.32 | 0 | 0.25 | 0.13 | 132.86 | 0.51 | 0.73 |
| Hex | 97 | DD | A6 | 20 | 0 | 19 | D | 85 | 33 | 49 |
| Octal | 227 | 335 | 246 | 40 | 0 | 31 | 15 | 205 | 63 | 111 |
| Binary | 10010111 | 11011101 | 10100110 | 100000 | 0 | 11001 | 1101 | 10000101 | 110011 | 1001001 |
Color Harmonies of #97DDA6
Complementary color
Monochromatic Colors of #97DDA6
Black with #97DDA6
Text Example
Text Example
White with #97DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DDA6; }
p { color: rgb(151,221,166); }
H1.HeaderClassName
{
color: #97DDA6;
}
.AnyTagClassName
{
color: #97DDA6;
}
</style>
background-color css
<style>
a { background-color: #97DDA6; }
a { background-color: rgb(151,221,166); }
div.DivClassName
{
background-color: #97DDA6;
}
.BgClassName
{
background-color: #97DDA6;
}
</style>
border-color css
<style>
span { border-color: #97DDA6; }
span { border-color: rgb(151,221,166); }
td.TdClassName
{
border-color: #97DDA6;
}
.TagClassName
{
border-color: #97DDA6;
}
</style>