Shades of Chinook #94D1A8
Tints of Chinook #94D1A8
RGB
CMYK
RGB Variations
Color information
#94D1A8 (or 0x94D1A8) is known color: Chinook. HEX triplet: 94, D1 and A8. RGB value is (148,209,168). Sum of RGB (Red+Green+Blue) = 148+209+168=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1A8 is #6B2E57. Grayscale: #BABABA. Windows color (decimal): -7024216 or 11063700. OLE color: 11063700.
HSL color Cylindrical-coordinate representation of color #94D1A8: hue angle of 139.67º degrees, saturation: 0.4, 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 #94D1A8 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 168 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.18 |
| HSL | 139.67º | 0.4% | 0.7% | - |
| HSV(B) | 139.67º | 0.29% | 0.82% | - |
| XYZ | 42.08 | 54.72 | 45.39 | - |
| YUV | 186.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 168 | 0.29 | 0 | 0.20 | 0.18 | 139.67 | 0.4 | 0.7 |
| Hex | 94 | D1 | A8 | 1D | 0 | 14 | 12 | 8C | 28 | 46 |
| Octal | 224 | 321 | 250 | 35 | 0 | 24 | 22 | 214 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10101000 | 11101 | 0 | 10100 | 10010 | 10001100 | 101000 | 1000110 |
Color Harmonies of #94D1A8
Complementary color
Monochromatic Colors of #94D1A8
Black with #94D1A8
Text Example
Text Example
White with #94D1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1A8; }
p { color: rgb(148,209,168); }
H1.HeaderClassName
{
color: #94D1A8;
}
.AnyTagClassName
{
color: #94D1A8;
}
</style>
background-color css
<style>
a { background-color: #94D1A8; }
a { background-color: rgb(148,209,168); }
div.DivClassName
{
background-color: #94D1A8;
}
.BgClassName
{
background-color: #94D1A8;
}
</style>
border-color css
<style>
span { border-color: #94D1A8; }
span { border-color: rgb(148,209,168); }
td.TdClassName
{
border-color: #94D1A8;
}
.TagClassName
{
border-color: #94D1A8;
}
</style>