Shades of Chinook #94CA9C
Tints of Chinook #94CA9C
RGB
CMYK
RGB Variations
Color information
#94CA9C (or 0x94CA9C) is known color: Chinook. HEX triplet: 94, CA and 9C. RGB value is (148,202,156). Sum of RGB (Red+Green+Blue) = 148+202+156=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA9C is #6B3563. Grayscale: #B4B4B4. Windows color (decimal): -7026020 or 10275476. OLE color: 10275476.
HSL color Cylindrical-coordinate representation of color #94CA9C: hue angle of 128.89º 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 #94CA9C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 156 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.21 |
| HSL | 128.89º | 0.34% | 0.69% | - |
| HSV(B) | 128.89º | 0.27% | 0.79% | - |
| XYZ | 39.33 | 50.94 | 39.21 | - |
| YUV | 180.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 156 | 0.27 | 0 | 0.23 | 0.21 | 128.89 | 0.34 | 0.69 |
| Hex | 94 | CA | 9C | 1B | 0 | 17 | 15 | 81 | 22 | 45 |
| Octal | 224 | 312 | 234 | 33 | 0 | 27 | 25 | 201 | 42 | 105 |
| Binary | 10010100 | 11001010 | 10011100 | 11011 | 0 | 10111 | 10101 | 10000001 | 100010 | 1000101 |
Color Harmonies of #94CA9C
Complementary color
Monochromatic Colors of #94CA9C
Black with #94CA9C
Text Example
Text Example
White with #94CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA9C; }
p { color: rgb(148,202,156); }
H1.HeaderClassName
{
color: #94CA9C;
}
.AnyTagClassName
{
color: #94CA9C;
}
</style>
background-color css
<style>
a { background-color: #94CA9C; }
a { background-color: rgb(148,202,156); }
div.DivClassName
{
background-color: #94CA9C;
}
.BgClassName
{
background-color: #94CA9C;
}
</style>
border-color css
<style>
span { border-color: #94CA9C; }
span { border-color: rgb(148,202,156); }
td.TdClassName
{
border-color: #94CA9C;
}
.TagClassName
{
border-color: #94CA9C;
}
</style>