Shades of Chinook #97D6AA
Tints of Chinook #97D6AA
RGB
CMYK
RGB Variations
Color information
#97D6AA (or 0x97D6AA) is known color: Chinook. HEX triplet: 97, D6 and AA. RGB value is (151,214,170). Sum of RGB (Red+Green+Blue) = 151+214+170=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D6AA is #682955. Grayscale: #BEBEBE. Windows color (decimal): -6826326 or 11196055. OLE color: 11196055.
HSL color Cylindrical-coordinate representation of color #97D6AA: hue angle of 138.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6AA is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 170 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.16 |
| HSL | 138.1º | 0.43% | 0.72% | - |
| HSV(B) | 138.1º | 0.29% | 0.84% | - |
| XYZ | 44.06 | 57.57 | 46.82 | - |
| YUV | 190.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 170 | 0.29 | 0 | 0.21 | 0.16 | 138.1 | 0.43 | 0.72 |
| Hex | 97 | D6 | AA | 1D | 0 | 15 | 10 | 8A | 2B | 48 |
| Octal | 227 | 326 | 252 | 35 | 0 | 25 | 20 | 212 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10101010 | 11101 | 0 | 10101 | 10000 | 10001010 | 101011 | 1001000 |
Color Harmonies of #97D6AA
Complementary color
Monochromatic Colors of #97D6AA
Black with #97D6AA
Text Example
Text Example
White with #97D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6AA; }
p { color: rgb(151,214,170); }
H1.HeaderClassName
{
color: #97D6AA;
}
.AnyTagClassName
{
color: #97D6AA;
}
</style>
background-color css
<style>
a { background-color: #97D6AA; }
a { background-color: rgb(151,214,170); }
div.DivClassName
{
background-color: #97D6AA;
}
.BgClassName
{
background-color: #97D6AA;
}
</style>
border-color css
<style>
span { border-color: #97D6AA; }
span { border-color: rgb(151,214,170); }
td.TdClassName
{
border-color: #97D6AA;
}
.TagClassName
{
border-color: #97D6AA;
}
</style>