Shades of Chinook #94D0A4
Tints of Chinook #94D0A4
RGB
CMYK
RGB Variations
Color information
#94D0A4 (or 0x94D0A4) is known color: Chinook. HEX triplet: 94, D0 and A4. RGB value is (148,208,164). Sum of RGB (Red+Green+Blue) = 148+208+164=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D0A4 is #6B2F5B. Grayscale: #B9B9B9. Windows color (decimal): -7024476 or 10801300. OLE color: 10801300.
HSL color Cylindrical-coordinate representation of color #94D0A4: hue angle of 136º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0A4 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 164 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.18 |
| HSL | 136º | 0.39% | 0.7% | - |
| HSV(B) | 136º | 0.29% | 0.82% | - |
| XYZ | 41.47 | 54.09 | 43.38 | - |
| YUV | 185.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 164 | 0.29 | 0 | 0.21 | 0.18 | 136 | 0.39 | 0.7 |
| Hex | 94 | D0 | A4 | 1D | 0 | 15 | 12 | 88 | 27 | 46 |
| Octal | 224 | 320 | 244 | 35 | 0 | 25 | 22 | 210 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10100100 | 11101 | 0 | 10101 | 10010 | 10001000 | 100111 | 1000110 |
Color Harmonies of #94D0A4
Complementary color
Monochromatic Colors of #94D0A4
Black with #94D0A4
Text Example
Text Example
White with #94D0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0A4; }
p { color: rgb(148,208,164); }
H1.HeaderClassName
{
color: #94D0A4;
}
.AnyTagClassName
{
color: #94D0A4;
}
</style>
background-color css
<style>
a { background-color: #94D0A4; }
a { background-color: rgb(148,208,164); }
div.DivClassName
{
background-color: #94D0A4;
}
.BgClassName
{
background-color: #94D0A4;
}
</style>
border-color css
<style>
span { border-color: #94D0A4; }
span { border-color: rgb(148,208,164); }
td.TdClassName
{
border-color: #94D0A4;
}
.TagClassName
{
border-color: #94D0A4;
}
</style>