Shades of Chinook #97D6A8
Tints of Chinook #97D6A8
RGB
CMYK
RGB Variations
Color information
#97D6A8 (or 0x97D6A8) is known color: Chinook. HEX triplet: 97, D6 and A8. RGB value is (151,214,168). Sum of RGB (Red+Green+Blue) = 151+214+168=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D6A8 is #682957. Grayscale: #BEBEBE. Windows color (decimal): -6826328 or 11064983. OLE color: 11064983.
HSL color Cylindrical-coordinate representation of color #97D6A8: hue angle of 136.19º 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 #97D6A8 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 168 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.16 |
| HSL | 136.19º | 0.43% | 0.72% | - |
| HSV(B) | 136.19º | 0.29% | 0.84% | - |
| XYZ | 43.88 | 57.5 | 45.83 | - |
| YUV | 189.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 168 | 0.29 | 0 | 0.21 | 0.16 | 136.19 | 0.43 | 0.72 |
| Hex | 97 | D6 | A8 | 1D | 0 | 15 | 10 | 88 | 2B | 48 |
| Octal | 227 | 326 | 250 | 35 | 0 | 25 | 20 | 210 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10101000 | 11101 | 0 | 10101 | 10000 | 10001000 | 101011 | 1001000 |
Color Harmonies of #97D6A8
Complementary color
Monochromatic Colors of #97D6A8
Black with #97D6A8
Text Example
Text Example
White with #97D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6A8; }
p { color: rgb(151,214,168); }
H1.HeaderClassName
{
color: #97D6A8;
}
.AnyTagClassName
{
color: #97D6A8;
}
</style>
background-color css
<style>
a { background-color: #97D6A8; }
a { background-color: rgb(151,214,168); }
div.DivClassName
{
background-color: #97D6A8;
}
.BgClassName
{
background-color: #97D6A8;
}
</style>
border-color css
<style>
span { border-color: #97D6A8; }
span { border-color: rgb(151,214,168); }
td.TdClassName
{
border-color: #97D6A8;
}
.TagClassName
{
border-color: #97D6A8;
}
</style>