Shades of Chinook #97D8A8
Tints of Chinook #97D8A8
RGB
CMYK
RGB Variations
Color information
#97D8A8 (or 0x97D8A8) is known color: Chinook. HEX triplet: 97, D8 and A8. RGB value is (151,216,168). Sum of RGB (Red+Green+Blue) = 151+216+168=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D8A8 is #682757. Grayscale: #BFBFBF. Windows color (decimal): -6825816 or 11065495. OLE color: 11065495.
HSL color Cylindrical-coordinate representation of color #97D8A8: hue angle of 135.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D8A8 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 216 | 168 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.15 |
| HSL | 135.69º | 0.45% | 0.72% | - |
| HSV(B) | 135.69º | 0.3% | 0.85% | - |
| XYZ | 44.39 | 58.52 | 46 | - |
| YUV | 191.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 216 | 168 | 0.30 | 0 | 0.22 | 0.15 | 135.69 | 0.45 | 0.72 |
| Hex | 97 | D8 | A8 | 1E | 0 | 16 | F | 88 | 2D | 48 |
| Octal | 227 | 330 | 250 | 36 | 0 | 26 | 17 | 210 | 55 | 110 |
| Binary | 10010111 | 11011000 | 10101000 | 11110 | 0 | 10110 | 1111 | 10001000 | 101101 | 1001000 |
Color Harmonies of #97D8A8
Complementary color
Monochromatic Colors of #97D8A8
Black with #97D8A8
Text Example
Text Example
White with #97D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D8A8; }
p { color: rgb(151,216,168); }
H1.HeaderClassName
{
color: #97D8A8;
}
.AnyTagClassName
{
color: #97D8A8;
}
</style>
background-color css
<style>
a { background-color: #97D8A8; }
a { background-color: rgb(151,216,168); }
div.DivClassName
{
background-color: #97D8A8;
}
.BgClassName
{
background-color: #97D8A8;
}
</style>
border-color css
<style>
span { border-color: #97D8A8; }
span { border-color: rgb(151,216,168); }
td.TdClassName
{
border-color: #97D8A8;
}
.TagClassName
{
border-color: #97D8A8;
}
</style>