Shades of Chinook #94D9A8
Tints of Chinook #94D9A8
RGB
CMYK
RGB Variations
Color information
#94D9A8 (or 0x94D9A8) is known color: Chinook. HEX triplet: 94, D9 and A8. RGB value is (148,217,168). Sum of RGB (Red+Green+Blue) = 148+217+168=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A8 is #6B2657. Grayscale: #BEBEBE. Windows color (decimal): -7022168 or 11065748. OLE color: 11065748.
HSL color Cylindrical-coordinate representation of color #94D9A8: hue angle of 137.39º 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 #94D9A8 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 168 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.15 |
| HSL | 137.39º | 0.48% | 0.72% | - |
| HSV(B) | 137.39º | 0.32% | 0.85% | - |
| XYZ | 44.09 | 58.75 | 46.06 | - |
| YUV | 190.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 168 | 0.32 | 0 | 0.23 | 0.15 | 137.39 | 0.48 | 0.72 |
| Hex | 94 | D9 | A8 | 20 | 0 | 17 | F | 89 | 30 | 48 |
| Octal | 224 | 331 | 250 | 40 | 0 | 27 | 17 | 211 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10101000 | 100000 | 0 | 10111 | 1111 | 10001001 | 110000 | 1001000 |
Color Harmonies of #94D9A8
Complementary color
Monochromatic Colors of #94D9A8
Black with #94D9A8
Text Example
Text Example
White with #94D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9A8; }
p { color: rgb(148,217,168); }
H1.HeaderClassName
{
color: #94D9A8;
}
.AnyTagClassName
{
color: #94D9A8;
}
</style>
background-color css
<style>
a { background-color: #94D9A8; }
a { background-color: rgb(148,217,168); }
div.DivClassName
{
background-color: #94D9A8;
}
.BgClassName
{
background-color: #94D9A8;
}
</style>
border-color css
<style>
span { border-color: #94D9A8; }
span { border-color: rgb(148,217,168); }
td.TdClassName
{
border-color: #94D9A8;
}
.TagClassName
{
border-color: #94D9A8;
}
</style>