Shades of Chinook #94CA9B
Tints of Chinook #94CA9B
RGB
CMYK
RGB Variations
Color information
#94CA9B (or 0x94CA9B) is known color: Chinook. HEX triplet: 94, CA and 9B. RGB value is (148,202,155). Sum of RGB (Red+Green+Blue) = 148+202+155=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA9B is #6B3564. Grayscale: #B4B4B4. Windows color (decimal): -7026021 or 10209940. OLE color: 10209940.
HSL color Cylindrical-coordinate representation of color #94CA9B: hue angle of 127.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA9B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 155 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.21 |
| HSL | 127.78º | 0.34% | 0.69% | - |
| HSV(B) | 127.78º | 0.27% | 0.79% | - |
| XYZ | 39.25 | 50.9 | 38.77 | - |
| YUV | 180.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 155 | 0.27 | 0 | 0.23 | 0.21 | 127.78 | 0.34 | 0.69 |
| Hex | 94 | CA | 9B | 1B | 0 | 17 | 15 | 80 | 22 | 45 |
| Octal | 224 | 312 | 233 | 33 | 0 | 27 | 25 | 200 | 42 | 105 |
| Binary | 10010100 | 11001010 | 10011011 | 11011 | 0 | 10111 | 10101 | 10000000 | 100010 | 1000101 |
Color Harmonies of #94CA9B
Complementary color
Monochromatic Colors of #94CA9B
Black with #94CA9B
Text Example
Text Example
White with #94CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA9B; }
p { color: rgb(148,202,155); }
H1.HeaderClassName
{
color: #94CA9B;
}
.AnyTagClassName
{
color: #94CA9B;
}
</style>
background-color css
<style>
a { background-color: #94CA9B; }
a { background-color: rgb(148,202,155); }
div.DivClassName
{
background-color: #94CA9B;
}
.BgClassName
{
background-color: #94CA9B;
}
</style>
border-color css
<style>
span { border-color: #94CA9B; }
span { border-color: rgb(148,202,155); }
td.TdClassName
{
border-color: #94CA9B;
}
.TagClassName
{
border-color: #94CA9B;
}
</style>