Shades of Chinook #97DBA4
Tints of Chinook #97DBA4
RGB
CMYK
RGB Variations
Color information
#97DBA4 (or 0x97DBA4) is known color: Chinook. HEX triplet: 97, DB and A4. RGB value is (151,219,164). Sum of RGB (Red+Green+Blue) = 151+219+164=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DBA4 is #68245B. Grayscale: #C0C0C0. Windows color (decimal): -6825052 or 10804119. OLE color: 10804119.
HSL color Cylindrical-coordinate representation of color #97DBA4: hue angle of 131.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 219 | 164 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.14 |
| HSL | 131.47º | 0.49% | 0.73% | - |
| HSV(B) | 131.47º | 0.31% | 0.86% | - |
| XYZ | 44.79 | 59.92 | 44.33 | - |
| YUV | 192.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 219 | 164 | 0.31 | 0 | 0.25 | 0.14 | 131.47 | 0.49 | 0.73 |
| Hex | 97 | DB | A4 | 1F | 0 | 19 | E | 83 | 31 | 49 |
| Octal | 227 | 333 | 244 | 37 | 0 | 31 | 16 | 203 | 61 | 111 |
| Binary | 10010111 | 11011011 | 10100100 | 11111 | 0 | 11001 | 1110 | 10000011 | 110001 | 1001001 |
Color Harmonies of #97DBA4
Complementary color
Monochromatic Colors of #97DBA4
Black with #97DBA4
Text Example
Text Example
White with #97DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DBA4; }
p { color: rgb(151,219,164); }
H1.HeaderClassName
{
color: #97DBA4;
}
.AnyTagClassName
{
color: #97DBA4;
}
</style>
background-color css
<style>
a { background-color: #97DBA4; }
a { background-color: rgb(151,219,164); }
div.DivClassName
{
background-color: #97DBA4;
}
.BgClassName
{
background-color: #97DBA4;
}
</style>
border-color css
<style>
span { border-color: #97DBA4; }
span { border-color: rgb(151,219,164); }
td.TdClassName
{
border-color: #97DBA4;
}
.TagClassName
{
border-color: #97DBA4;
}
</style>