Shades of Chinook #94D99D
Tints of Chinook #94D99D
RGB
CMYK
RGB Variations
Color information
#94D99D (or 0x94D99D) is known color: Chinook. HEX triplet: 94, D9 and 9D. RGB value is (148,217,157). Sum of RGB (Red+Green+Blue) = 148+217+157=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #94D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D99D is #6B2662. Grayscale: #BDBDBD. Windows color (decimal): -7022179 or 10344852. OLE color: 10344852.
HSL color Cylindrical-coordinate representation of color #94D99D: hue angle of 127.83º 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 #94D99D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 157 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.15 |
| HSL | 127.83º | 0.48% | 0.72% | - |
| HSV(B) | 127.83º | 0.32% | 0.85% | - |
| XYZ | 43.11 | 58.36 | 40.89 | - |
| YUV | 189.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 157 | 0.32 | 0 | 0.28 | 0.15 | 127.83 | 0.48 | 0.72 |
| Hex | 94 | D9 | 9D | 20 | 0 | 1C | F | 80 | 30 | 48 |
| Octal | 224 | 331 | 235 | 40 | 0 | 34 | 17 | 200 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10011101 | 100000 | 0 | 11100 | 1111 | 10000000 | 110000 | 1001000 |
Color Harmonies of #94D99D
Complementary color
Monochromatic Colors of #94D99D
Black with #94D99D
Text Example
Text Example
White with #94D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D99D; }
p { color: rgb(148,217,157); }
H1.HeaderClassName
{
color: #94D99D;
}
.AnyTagClassName
{
color: #94D99D;
}
</style>
background-color css
<style>
a { background-color: #94D99D; }
a { background-color: rgb(148,217,157); }
div.DivClassName
{
background-color: #94D99D;
}
.BgClassName
{
background-color: #94D99D;
}
</style>
border-color css
<style>
span { border-color: #94D99D; }
span { border-color: rgb(148,217,157); }
td.TdClassName
{
border-color: #94D99D;
}
.TagClassName
{
border-color: #94D99D;
}
</style>