Shades of Chinook #97C8A6
Tints of Chinook #97C8A6
RGB
CMYK
RGB Variations
Color information
#97C8A6 (or 0x97C8A6) is known color: Chinook. HEX triplet: 97, C8 and A6. RGB value is (151,200,166). Sum of RGB (Red+Green+Blue) = 151+200+166=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #97C8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C8A6 is #683759. Grayscale: #B5B5B5. Windows color (decimal): -6829914 or 10930327. OLE color: 10930327.
HSL color Cylindrical-coordinate representation of color #97C8A6: hue angle of 138.37º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C8A6 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 166 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.22 |
| HSL | 138.37º | 0.31% | 0.69% | - |
| HSV(B) | 138.37º | 0.25% | 0.78% | - |
| XYZ | 40.3 | 50.64 | 43.73 | - |
| YUV | 181.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 166 | 0.24 | 0 | 0.17 | 0.22 | 138.37 | 0.31 | 0.69 |
| Hex | 97 | C8 | A6 | 18 | 0 | 11 | 16 | 8A | 1F | 45 |
| Octal | 227 | 310 | 246 | 30 | 0 | 21 | 26 | 212 | 37 | 105 |
| Binary | 10010111 | 11001000 | 10100110 | 11000 | 0 | 10001 | 10110 | 10001010 | 11111 | 1000101 |
Color Harmonies of #97C8A6
Complementary color
Monochromatic Colors of #97C8A6
Black with #97C8A6
Text Example
Text Example
White with #97C8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C8A6; }
p { color: rgb(151,200,166); }
H1.HeaderClassName
{
color: #97C8A6;
}
.AnyTagClassName
{
color: #97C8A6;
}
</style>
background-color css
<style>
a { background-color: #97C8A6; }
a { background-color: rgb(151,200,166); }
div.DivClassName
{
background-color: #97C8A6;
}
.BgClassName
{
background-color: #97C8A6;
}
</style>
border-color css
<style>
span { border-color: #97C8A6; }
span { border-color: rgb(151,200,166); }
td.TdClassName
{
border-color: #97C8A6;
}
.TagClassName
{
border-color: #97C8A6;
}
</style>