Shades of Chinook #97CBA1
Tints of Chinook #97CBA1
RGB
CMYK
RGB Variations
Color information
#97CBA1 (or 0x97CBA1) is known color: Chinook. HEX triplet: 97, CB and A1. RGB value is (151,203,161). Sum of RGB (Red+Green+Blue) = 151+203+161=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CBA1 is #68345E. Grayscale: #B6B6B6. Windows color (decimal): -6829151 or 10603415. OLE color: 10603415.
HSL color Cylindrical-coordinate representation of color #97CBA1: hue angle of 131.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBA1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 161 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.20 |
| HSL | 131.54º | 0.33% | 0.69% | - |
| HSV(B) | 131.54º | 0.26% | 0.8% | - |
| XYZ | 40.55 | 51.86 | 41.59 | - |
| YUV | 182.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 161 | 0.26 | 0 | 0.21 | 0.20 | 131.54 | 0.33 | 0.69 |
| Hex | 97 | CB | A1 | 1A | 0 | 15 | 14 | 84 | 21 | 45 |
| Octal | 227 | 313 | 241 | 32 | 0 | 25 | 24 | 204 | 41 | 105 |
| Binary | 10010111 | 11001011 | 10100001 | 11010 | 0 | 10101 | 10100 | 10000100 | 100001 | 1000101 |
Color Harmonies of #97CBA1
Complementary color
Monochromatic Colors of #97CBA1
Black with #97CBA1
Text Example
Text Example
White with #97CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBA1; }
p { color: rgb(151,203,161); }
H1.HeaderClassName
{
color: #97CBA1;
}
.AnyTagClassName
{
color: #97CBA1;
}
</style>
background-color css
<style>
a { background-color: #97CBA1; }
a { background-color: rgb(151,203,161); }
div.DivClassName
{
background-color: #97CBA1;
}
.BgClassName
{
background-color: #97CBA1;
}
</style>
border-color css
<style>
span { border-color: #97CBA1; }
span { border-color: rgb(151,203,161); }
td.TdClassName
{
border-color: #97CBA1;
}
.TagClassName
{
border-color: #97CBA1;
}
</style>