Shades of Chinook #97D0A3
Tints of Chinook #97D0A3
RGB
CMYK
RGB Variations
Color information
#97D0A3 (or 0x97D0A3) is known color: Chinook. HEX triplet: 97, D0 and A3. RGB value is (151,208,163). Sum of RGB (Red+Green+Blue) = 151+208+163=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #97D0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D0A3 is #682F5C. Grayscale: #B9B9B9. Windows color (decimal): -6827869 or 10735767. OLE color: 10735767.
HSL color Cylindrical-coordinate representation of color #97D0A3: hue angle of 132.63º 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 #97D0A3 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 208 | 163 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.18 |
| HSL | 132.63º | 0.38% | 0.7% | - |
| HSV(B) | 132.63º | 0.27% | 0.82% | - |
| XYZ | 41.93 | 54.34 | 42.93 | - |
| YUV | 185.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 208 | 163 | 0.27 | 0 | 0.22 | 0.18 | 132.63 | 0.38 | 0.7 |
| Hex | 97 | D0 | A3 | 1B | 0 | 16 | 12 | 85 | 26 | 46 |
| Octal | 227 | 320 | 243 | 33 | 0 | 26 | 22 | 205 | 46 | 106 |
| Binary | 10010111 | 11010000 | 10100011 | 11011 | 0 | 10110 | 10010 | 10000101 | 100110 | 1000110 |
Color Harmonies of #97D0A3
Complementary color
Monochromatic Colors of #97D0A3
Black with #97D0A3
Text Example
Text Example
White with #97D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D0A3; }
p { color: rgb(151,208,163); }
H1.HeaderClassName
{
color: #97D0A3;
}
.AnyTagClassName
{
color: #97D0A3;
}
</style>
background-color css
<style>
a { background-color: #97D0A3; }
a { background-color: rgb(151,208,163); }
div.DivClassName
{
background-color: #97D0A3;
}
.BgClassName
{
background-color: #97D0A3;
}
</style>
border-color css
<style>
span { border-color: #97D0A3; }
span { border-color: rgb(151,208,163); }
td.TdClassName
{
border-color: #97D0A3;
}
.TagClassName
{
border-color: #97D0A3;
}
</style>