Shades of Chinook #94CBA7
Tints of Chinook #94CBA7
RGB
CMYK
RGB Variations
Color information
#94CBA7 (or 0x94CBA7) is known color: Chinook. HEX triplet: 94, CB and A7. RGB value is (148,203,167). Sum of RGB (Red+Green+Blue) = 148+203+167=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBA7 is #6B3458. Grayscale: #B6B6B6. Windows color (decimal): -7025753 or 10996628. OLE color: 10996628.
HSL color Cylindrical-coordinate representation of color #94CBA7: hue angle of 140.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CBA7 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 167 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.20 |
| HSL | 140.73º | 0.35% | 0.69% | - |
| HSV(B) | 140.73º | 0.27% | 0.8% | - |
| XYZ | 40.54 | 51.8 | 44.42 | - |
| YUV | 182.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 167 | 0.27 | 0 | 0.18 | 0.20 | 140.73 | 0.35 | 0.69 |
| Hex | 94 | CB | A7 | 1B | 0 | 12 | 14 | 8D | 23 | 45 |
| Octal | 224 | 313 | 247 | 33 | 0 | 22 | 24 | 215 | 43 | 105 |
| Binary | 10010100 | 11001011 | 10100111 | 11011 | 0 | 10010 | 10100 | 10001101 | 100011 | 1000101 |
Color Harmonies of #94CBA7
Complementary color
Monochromatic Colors of #94CBA7
Black with #94CBA7
Text Example
Text Example
White with #94CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBA7; }
p { color: rgb(148,203,167); }
H1.HeaderClassName
{
color: #94CBA7;
}
.AnyTagClassName
{
color: #94CBA7;
}
</style>
background-color css
<style>
a { background-color: #94CBA7; }
a { background-color: rgb(148,203,167); }
div.DivClassName
{
background-color: #94CBA7;
}
.BgClassName
{
background-color: #94CBA7;
}
</style>
border-color css
<style>
span { border-color: #94CBA7; }
span { border-color: rgb(148,203,167); }
td.TdClassName
{
border-color: #94CBA7;
}
.TagClassName
{
border-color: #94CBA7;
}
</style>