Shades of Chinook #91CEA4
Tints of Chinook #91CEA4
RGB
CMYK
RGB Variations
Color information
#91CEA4 (or 0x91CEA4) is known color: Chinook. HEX triplet: 91, CE and A4. RGB value is (145,206,164). Sum of RGB (Red+Green+Blue) = 145+206+164=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #91CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CEA4 is #6E315B. Grayscale: #B7B7B7. Windows color (decimal): -7221596 or 10800785. OLE color: 10800785.
HSL color Cylindrical-coordinate representation of color #91CEA4: hue angle of 138.69º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CEA4 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 164 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.19 |
| HSL | 138.69º | 0.38% | 0.69% | - |
| HSV(B) | 138.69º | 0.3% | 0.81% | - |
| XYZ | 40.45 | 52.84 | 43.19 | - |
| YUV | 182.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 164 | 0.30 | 0 | 0.20 | 0.19 | 138.69 | 0.38 | 0.69 |
| Hex | 91 | CE | A4 | 1E | 0 | 14 | 13 | 8B | 26 | 45 |
| Octal | 221 | 316 | 244 | 36 | 0 | 24 | 23 | 213 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10100100 | 11110 | 0 | 10100 | 10011 | 10001011 | 100110 | 1000101 |
Color Harmonies of #91CEA4
Complementary color
Monochromatic Colors of #91CEA4
Black with #91CEA4
Text Example
Text Example
White with #91CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEA4; }
p { color: rgb(145,206,164); }
H1.HeaderClassName
{
color: #91CEA4;
}
.AnyTagClassName
{
color: #91CEA4;
}
</style>
background-color css
<style>
a { background-color: #91CEA4; }
a { background-color: rgb(145,206,164); }
div.DivClassName
{
background-color: #91CEA4;
}
.BgClassName
{
background-color: #91CEA4;
}
</style>
border-color css
<style>
span { border-color: #91CEA4; }
span { border-color: rgb(145,206,164); }
td.TdClassName
{
border-color: #91CEA4;
}
.TagClassName
{
border-color: #91CEA4;
}
</style>