Shades of Chinook #91CEA3
Tints of Chinook #91CEA3
RGB
CMYK
RGB Variations
Color information
#91CEA3 (or 0x91CEA3) is known color: Chinook. HEX triplet: 91, CE and A3. RGB value is (145,206,163). Sum of RGB (Red+Green+Blue) = 145+206+163=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #91CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CEA3 is #6E315C. Grayscale: #B6B6B6. Windows color (decimal): -7221597 or 10735249. OLE color: 10735249.
HSL color Cylindrical-coordinate representation of color #91CEA3: hue angle of 137.7º 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 #91CEA3 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 163 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.19 |
| HSL | 137.7º | 0.38% | 0.69% | - |
| HSV(B) | 137.7º | 0.3% | 0.81% | - |
| XYZ | 40.36 | 52.81 | 42.72 | - |
| YUV | 182.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 163 | 0.30 | 0 | 0.21 | 0.19 | 137.7 | 0.38 | 0.69 |
| Hex | 91 | CE | A3 | 1E | 0 | 15 | 13 | 8A | 26 | 45 |
| Octal | 221 | 316 | 243 | 36 | 0 | 25 | 23 | 212 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10100011 | 11110 | 0 | 10101 | 10011 | 10001010 | 100110 | 1000101 |
Color Harmonies of #91CEA3
Complementary color
Monochromatic Colors of #91CEA3
Black with #91CEA3
Text Example
Text Example
White with #91CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEA3; }
p { color: rgb(145,206,163); }
H1.HeaderClassName
{
color: #91CEA3;
}
.AnyTagClassName
{
color: #91CEA3;
}
</style>
background-color css
<style>
a { background-color: #91CEA3; }
a { background-color: rgb(145,206,163); }
div.DivClassName
{
background-color: #91CEA3;
}
.BgClassName
{
background-color: #91CEA3;
}
</style>
border-color css
<style>
span { border-color: #91CEA3; }
span { border-color: rgb(145,206,163); }
td.TdClassName
{
border-color: #91CEA3;
}
.TagClassName
{
border-color: #91CEA3;
}
</style>