Shades of Chinook #97D0A6
Tints of Chinook #97D0A6
RGB
CMYK
RGB Variations
Color information
#97D0A6 (or 0x97D0A6) is known color: Chinook. HEX triplet: 97, D0 and A6. RGB value is (151,208,166). Sum of RGB (Red+Green+Blue) = 151+208+166=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #97D0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D0A6 is #682F59. Grayscale: #BABABA. Windows color (decimal): -6827866 or 10932375. OLE color: 10932375.
HSL color Cylindrical-coordinate representation of color #97D0A6: hue angle of 135.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D0A6 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 208 | 166 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.18 |
| HSL | 135.79º | 0.38% | 0.7% | - |
| HSV(B) | 135.79º | 0.27% | 0.82% | - |
| XYZ | 42.2 | 54.44 | 44.36 | - |
| YUV | 186.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 208 | 166 | 0.27 | 0 | 0.20 | 0.18 | 135.79 | 0.38 | 0.7 |
| Hex | 97 | D0 | A6 | 1B | 0 | 14 | 12 | 88 | 26 | 46 |
| Octal | 227 | 320 | 246 | 33 | 0 | 24 | 22 | 210 | 46 | 106 |
| Binary | 10010111 | 11010000 | 10100110 | 11011 | 0 | 10100 | 10010 | 10001000 | 100110 | 1000110 |
Color Harmonies of #97D0A6
Complementary color
Monochromatic Colors of #97D0A6
Black with #97D0A6
Text Example
Text Example
White with #97D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D0A6; }
p { color: rgb(151,208,166); }
H1.HeaderClassName
{
color: #97D0A6;
}
.AnyTagClassName
{
color: #97D0A6;
}
</style>
background-color css
<style>
a { background-color: #97D0A6; }
a { background-color: rgb(151,208,166); }
div.DivClassName
{
background-color: #97D0A6;
}
.BgClassName
{
background-color: #97D0A6;
}
</style>
border-color css
<style>
span { border-color: #97D0A6; }
span { border-color: rgb(151,208,166); }
td.TdClassName
{
border-color: #97D0A6;
}
.TagClassName
{
border-color: #97D0A6;
}
</style>