Shades of Chinook #94CDA1
Tints of Chinook #94CDA1
RGB
CMYK
RGB Variations
Color information
#94CDA1 (or 0x94CDA1) is known color: Chinook. HEX triplet: 94, CD and A1. RGB value is (148,205,161). Sum of RGB (Red+Green+Blue) = 148+205+161=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA1 is #6B325E. Grayscale: #B7B7B7. Windows color (decimal): -7025247 or 10603924. OLE color: 10603924.
HSL color Cylindrical-coordinate representation of color #94CDA1: hue angle of 133.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDA1 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 161 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.20 |
| HSL | 133.68º | 0.36% | 0.69% | - |
| HSV(B) | 133.68º | 0.28% | 0.8% | - |
| XYZ | 40.48 | 52.53 | 41.72 | - |
| YUV | 182.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 161 | 0.28 | 0 | 0.21 | 0.20 | 133.68 | 0.36 | 0.69 |
| Hex | 94 | CD | A1 | 1C | 0 | 15 | 14 | 86 | 24 | 45 |
| Octal | 224 | 315 | 241 | 34 | 0 | 25 | 24 | 206 | 44 | 105 |
| Binary | 10010100 | 11001101 | 10100001 | 11100 | 0 | 10101 | 10100 | 10000110 | 100100 | 1000101 |
Color Harmonies of #94CDA1
Complementary color
Monochromatic Colors of #94CDA1
Black with #94CDA1
Text Example
Text Example
White with #94CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDA1; }
p { color: rgb(148,205,161); }
H1.HeaderClassName
{
color: #94CDA1;
}
.AnyTagClassName
{
color: #94CDA1;
}
</style>
background-color css
<style>
a { background-color: #94CDA1; }
a { background-color: rgb(148,205,161); }
div.DivClassName
{
background-color: #94CDA1;
}
.BgClassName
{
background-color: #94CDA1;
}
</style>
border-color css
<style>
span { border-color: #94CDA1; }
span { border-color: rgb(148,205,161); }
td.TdClassName
{
border-color: #94CDA1;
}
.TagClassName
{
border-color: #94CDA1;
}
</style>