Shades of Chinook #89DBA2
Tints of Chinook #89DBA2
RGB
CMYK
RGB Variations
Color information
#89DBA2 (or 0x89DBA2) is known color: Chinook. HEX triplet: 89, DB and A2. RGB value is (137,219,162). Sum of RGB (Red+Green+Blue) = 137+219+162=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBA2 is #76245D. Grayscale: #BCBCBC. Windows color (decimal): -7742558 or 10673033. OLE color: 10673033.
HSL color Cylindrical-coordinate representation of color #89DBA2: hue angle of 138.29º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBA2 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 162 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.14 |
| HSL | 138.29º | 0.53% | 0.7% | - |
| HSV(B) | 138.29º | 0.37% | 0.86% | - |
| XYZ | 42.17 | 58.59 | 43.27 | - |
| YUV | 187.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 162 | 0.37 | 0 | 0.26 | 0.14 | 138.29 | 0.53 | 0.7 |
| Hex | 89 | DB | A2 | 25 | 0 | 1A | E | 8A | 35 | 46 |
| Octal | 211 | 333 | 242 | 45 | 0 | 32 | 16 | 212 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10100010 | 100101 | 0 | 11010 | 1110 | 10001010 | 110101 | 1000110 |
Color Harmonies of #89DBA2
Complementary color
Monochromatic Colors of #89DBA2
Black with #89DBA2
Text Example
Text Example
White with #89DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBA2; }
p { color: rgb(137,219,162); }
H1.HeaderClassName
{
color: #89DBA2;
}
.AnyTagClassName
{
color: #89DBA2;
}
</style>
background-color css
<style>
a { background-color: #89DBA2; }
a { background-color: rgb(137,219,162); }
div.DivClassName
{
background-color: #89DBA2;
}
.BgClassName
{
background-color: #89DBA2;
}
</style>
border-color css
<style>
span { border-color: #89DBA2; }
span { border-color: rgb(137,219,162); }
td.TdClassName
{
border-color: #89DBA2;
}
.TagClassName
{
border-color: #89DBA2;
}
</style>