Shades of Chinook #97DAA5
Tints of Chinook #97DAA5
RGB
CMYK
RGB Variations
Color information
#97DAA5 (or 0x97DAA5) is known color: Chinook. HEX triplet: 97, DA and A5. RGB value is (151,218,165). Sum of RGB (Red+Green+Blue) = 151+218+165=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #97DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DAA5 is #68255A. Grayscale: #C0C0C0. Windows color (decimal): -6825307 or 10869399. OLE color: 10869399.
HSL color Cylindrical-coordinate representation of color #97DAA5: hue angle of 132.54º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DAA5 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 218 | 165 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.15 |
| HSL | 132.54º | 0.48% | 0.72% | - |
| HSV(B) | 132.54º | 0.31% | 0.85% | - |
| XYZ | 44.63 | 59.44 | 44.72 | - |
| YUV | 191.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 218 | 165 | 0.31 | 0 | 0.24 | 0.15 | 132.54 | 0.48 | 0.72 |
| Hex | 97 | DA | A5 | 1F | 0 | 18 | F | 85 | 30 | 48 |
| Octal | 227 | 332 | 245 | 37 | 0 | 30 | 17 | 205 | 60 | 110 |
| Binary | 10010111 | 11011010 | 10100101 | 11111 | 0 | 11000 | 1111 | 10000101 | 110000 | 1001000 |
Color Harmonies of #97DAA5
Complementary color
Monochromatic Colors of #97DAA5
Black with #97DAA5
Text Example
Text Example
White with #97DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DAA5; }
p { color: rgb(151,218,165); }
H1.HeaderClassName
{
color: #97DAA5;
}
.AnyTagClassName
{
color: #97DAA5;
}
</style>
background-color css
<style>
a { background-color: #97DAA5; }
a { background-color: rgb(151,218,165); }
div.DivClassName
{
background-color: #97DAA5;
}
.BgClassName
{
background-color: #97DAA5;
}
</style>
border-color css
<style>
span { border-color: #97DAA5; }
span { border-color: rgb(151,218,165); }
td.TdClassName
{
border-color: #97DAA5;
}
.TagClassName
{
border-color: #97DAA5;
}
</style>