Shades of Chinook #94CDA4
Tints of Chinook #94CDA4
RGB
CMYK
RGB Variations
Color information
#94CDA4 (or 0x94CDA4) is known color: Chinook. HEX triplet: 94, CD and A4. RGB value is (148,205,164). Sum of RGB (Red+Green+Blue) = 148+205+164=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA4 is #6B325B. Grayscale: #B7B7B7. Windows color (decimal): -7025244 or 10800532. OLE color: 10800532.
HSL color Cylindrical-coordinate representation of color #94CDA4: hue angle of 136.84º 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 #94CDA4 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 164 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.20 |
| HSL | 136.84º | 0.36% | 0.69% | - |
| HSV(B) | 136.84º | 0.28% | 0.8% | - |
| XYZ | 40.74 | 52.64 | 43.13 | - |
| YUV | 183.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 164 | 0.28 | 0 | 0.2 | 0.20 | 136.84 | 0.36 | 0.69 |
| Hex | 94 | CD | A4 | 1C | 0 | 14 | 14 | 89 | 24 | 45 |
| Octal | 224 | 315 | 244 | 34 | 0 | 24 | 24 | 211 | 44 | 105 |
| Binary | 10010100 | 11001101 | 10100100 | 11100 | 0 | 10100 | 10100 | 10001001 | 100100 | 1000101 |
Color Harmonies of #94CDA4
Complementary color
Monochromatic Colors of #94CDA4
Black with #94CDA4
Text Example
Text Example
White with #94CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDA4; }
p { color: rgb(148,205,164); }
H1.HeaderClassName
{
color: #94CDA4;
}
.AnyTagClassName
{
color: #94CDA4;
}
</style>
background-color css
<style>
a { background-color: #94CDA4; }
a { background-color: rgb(148,205,164); }
div.DivClassName
{
background-color: #94CDA4;
}
.BgClassName
{
background-color: #94CDA4;
}
</style>
border-color css
<style>
span { border-color: #94CDA4; }
span { border-color: rgb(148,205,164); }
td.TdClassName
{
border-color: #94CDA4;
}
.TagClassName
{
border-color: #94CDA4;
}
</style>