Shades of Chinook #94D99B
Tints of Chinook #94D99B
RGB
CMYK
RGB Variations
Color information
#94D99B (or 0x94D99B) is known color: Chinook. HEX triplet: 94, D9 and 9B. RGB value is (148,217,155). Sum of RGB (Red+Green+Blue) = 148+217+155=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #94D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D99B is #6B2664. Grayscale: #BDBDBD. Windows color (decimal): -7022181 or 10213780. OLE color: 10213780.
HSL color Cylindrical-coordinate representation of color #94D99B: hue angle of 126.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D99B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 155 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.15 |
| HSL | 126.09º | 0.48% | 0.72% | - |
| HSV(B) | 126.09º | 0.32% | 0.85% | - |
| XYZ | 42.94 | 58.29 | 40 | - |
| YUV | 189.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 155 | 0.32 | 0 | 0.29 | 0.15 | 126.09 | 0.48 | 0.72 |
| Hex | 94 | D9 | 9B | 20 | 0 | 1D | F | 7E | 30 | 48 |
| Octal | 224 | 331 | 233 | 40 | 0 | 35 | 17 | 176 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10011011 | 100000 | 0 | 11101 | 1111 | 1111110 | 110000 | 1001000 |
Color Harmonies of #94D99B
Complementary color
Monochromatic Colors of #94D99B
Black with #94D99B
Text Example
Text Example
White with #94D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D99B; }
p { color: rgb(148,217,155); }
H1.HeaderClassName
{
color: #94D99B;
}
.AnyTagClassName
{
color: #94D99B;
}
</style>
background-color css
<style>
a { background-color: #94D99B; }
a { background-color: rgb(148,217,155); }
div.DivClassName
{
background-color: #94D99B;
}
.BgClassName
{
background-color: #94D99B;
}
</style>
border-color css
<style>
span { border-color: #94D99B; }
span { border-color: rgb(148,217,155); }
td.TdClassName
{
border-color: #94D99B;
}
.TagClassName
{
border-color: #94D99B;
}
</style>