Shades of Chinook #94CDA0
Tints of Chinook #94CDA0
RGB
CMYK
RGB Variations
Color information
#94CDA0 (or 0x94CDA0) is known color: Chinook. HEX triplet: 94, CD and A0. RGB value is (148,205,160). Sum of RGB (Red+Green+Blue) = 148+205+160=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA0 is #6B325F. Grayscale: #B6B6B6. Windows color (decimal): -7025248 or 10538388. OLE color: 10538388.
HSL color Cylindrical-coordinate representation of color #94CDA0: hue angle of 132.63º 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 #94CDA0 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 160 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.20 |
| HSL | 132.63º | 0.36% | 0.69% | - |
| HSV(B) | 132.63º | 0.28% | 0.8% | - |
| XYZ | 40.39 | 52.5 | 41.26 | - |
| YUV | 182.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 160 | 0.28 | 0 | 0.22 | 0.20 | 132.63 | 0.36 | 0.69 |
| Hex | 94 | CD | A0 | 1C | 0 | 16 | 14 | 85 | 24 | 45 |
| Octal | 224 | 315 | 240 | 34 | 0 | 26 | 24 | 205 | 44 | 105 |
| Binary | 10010100 | 11001101 | 10100000 | 11100 | 0 | 10110 | 10100 | 10000101 | 100100 | 1000101 |
Color Harmonies of #94CDA0
Complementary color
Monochromatic Colors of #94CDA0
Black with #94CDA0
Text Example
Text Example
White with #94CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDA0; }
p { color: rgb(148,205,160); }
H1.HeaderClassName
{
color: #94CDA0;
}
.AnyTagClassName
{
color: #94CDA0;
}
</style>
background-color css
<style>
a { background-color: #94CDA0; }
a { background-color: rgb(148,205,160); }
div.DivClassName
{
background-color: #94CDA0;
}
.BgClassName
{
background-color: #94CDA0;
}
</style>
border-color css
<style>
span { border-color: #94CDA0; }
span { border-color: rgb(148,205,160); }
td.TdClassName
{
border-color: #94CDA0;
}
.TagClassName
{
border-color: #94CDA0;
}
</style>