Shades of Chinook #94D89D
Tints of Chinook #94D89D
RGB
CMYK
RGB Variations
Color information
#94D89D (or 0x94D89D) is known color: Chinook. HEX triplet: 94, D8 and 9D. RGB value is (148,216,157). Sum of RGB (Red+Green+Blue) = 148+216+157=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #94D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D89D is #6B2762. Grayscale: #BDBDBD. Windows color (decimal): -7022435 or 10344596. OLE color: 10344596.
HSL color Cylindrical-coordinate representation of color #94D89D: hue angle of 127.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D89D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 157 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.15 |
| HSL | 127.94º | 0.47% | 0.71% | - |
| HSV(B) | 127.94º | 0.31% | 0.85% | - |
| XYZ | 42.85 | 57.84 | 40.8 | - |
| YUV | 188.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 157 | 0.31 | 0 | 0.27 | 0.15 | 127.94 | 0.47 | 0.71 |
| Hex | 94 | D8 | 9D | 1F | 0 | 1B | F | 80 | 2F | 47 |
| Octal | 224 | 330 | 235 | 37 | 0 | 33 | 17 | 200 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10011101 | 11111 | 0 | 11011 | 1111 | 10000000 | 101111 | 1000111 |
Color Harmonies of #94D89D
Complementary color
Monochromatic Colors of #94D89D
Black with #94D89D
Text Example
Text Example
White with #94D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D89D; }
p { color: rgb(148,216,157); }
H1.HeaderClassName
{
color: #94D89D;
}
.AnyTagClassName
{
color: #94D89D;
}
</style>
background-color css
<style>
a { background-color: #94D89D; }
a { background-color: rgb(148,216,157); }
div.DivClassName
{
background-color: #94D89D;
}
.BgClassName
{
background-color: #94D89D;
}
</style>
border-color css
<style>
span { border-color: #94D89D; }
span { border-color: rgb(148,216,157); }
td.TdClassName
{
border-color: #94D89D;
}
.TagClassName
{
border-color: #94D89D;
}
</style>