Shades of Chinook #94CDA3
Tints of Chinook #94CDA3
RGB
CMYK
RGB Variations
Color information
#94CDA3 (or 0x94CDA3) is known color: Chinook. HEX triplet: 94, CD and A3. RGB value is (148,205,163). Sum of RGB (Red+Green+Blue) = 148+205+163=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA3 is #6B325C. Grayscale: #B7B7B7. Windows color (decimal): -7025245 or 10734996. OLE color: 10734996.
HSL color Cylindrical-coordinate representation of color #94CDA3: hue angle of 135.79º 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 #94CDA3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 163 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.20 |
| HSL | 135.79º | 0.36% | 0.69% | - |
| HSV(B) | 135.79º | 0.28% | 0.8% | - |
| XYZ | 40.65 | 52.6 | 42.66 | - |
| YUV | 183.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 163 | 0.28 | 0 | 0.20 | 0.20 | 135.79 | 0.36 | 0.69 |
| Hex | 94 | CD | A3 | 1C | 0 | 14 | 14 | 88 | 24 | 45 |
| Octal | 224 | 315 | 243 | 34 | 0 | 24 | 24 | 210 | 44 | 105 |
| Binary | 10010100 | 11001101 | 10100011 | 11100 | 0 | 10100 | 10100 | 10001000 | 100100 | 1000101 |
Color Harmonies of #94CDA3
Complementary color
Monochromatic Colors of #94CDA3
Black with #94CDA3
Text Example
Text Example
White with #94CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDA3; }
p { color: rgb(148,205,163); }
H1.HeaderClassName
{
color: #94CDA3;
}
.AnyTagClassName
{
color: #94CDA3;
}
</style>
background-color css
<style>
a { background-color: #94CDA3; }
a { background-color: rgb(148,205,163); }
div.DivClassName
{
background-color: #94CDA3;
}
.BgClassName
{
background-color: #94CDA3;
}
</style>
border-color css
<style>
span { border-color: #94CDA3; }
span { border-color: rgb(148,205,163); }
td.TdClassName
{
border-color: #94CDA3;
}
.TagClassName
{
border-color: #94CDA3;
}
</style>