Shades of Chinook #89CEA1
Tints of Chinook #89CEA1
RGB
CMYK
RGB Variations
Color information
#89CEA1 (or 0x89CEA1) is known color: Chinook. HEX triplet: 89, CE and A1. RGB value is (137,206,161). Sum of RGB (Red+Green+Blue) = 137+206+161=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEA1 is #76315E. Grayscale: #B4B4B4. Windows color (decimal): -7745887 or 10604169. OLE color: 10604169.
HSL color Cylindrical-coordinate representation of color #89CEA1: hue angle of 140.87º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 161 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.19 |
| HSL | 140.87º | 0.41% | 0.67% | - |
| HSV(B) | 140.87º | 0.33% | 0.81% | - |
| XYZ | 38.82 | 52.03 | 41.72 | - |
| YUV | 180.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 161 | 0.33 | 0 | 0.22 | 0.19 | 140.87 | 0.41 | 0.67 |
| Hex | 89 | CE | A1 | 21 | 0 | 16 | 13 | 8D | 29 | 43 |
| Octal | 211 | 316 | 241 | 41 | 0 | 26 | 23 | 215 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10100001 | 100001 | 0 | 10110 | 10011 | 10001101 | 101001 | 1000011 |
Color Harmonies of #89CEA1
Complementary color
Monochromatic Colors of #89CEA1
Black with #89CEA1
Text Example
Text Example
White with #89CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEA1; }
p { color: rgb(137,206,161); }
H1.HeaderClassName
{
color: #89CEA1;
}
.AnyTagClassName
{
color: #89CEA1;
}
</style>
background-color css
<style>
a { background-color: #89CEA1; }
a { background-color: rgb(137,206,161); }
div.DivClassName
{
background-color: #89CEA1;
}
.BgClassName
{
background-color: #89CEA1;
}
</style>
border-color css
<style>
span { border-color: #89CEA1; }
span { border-color: rgb(137,206,161); }
td.TdClassName
{
border-color: #89CEA1;
}
.TagClassName
{
border-color: #89CEA1;
}
</style>