Shades of Chinook #94D8A6
Tints of Chinook #94D8A6
RGB
CMYK
RGB Variations
Color information
#94D8A6 (or 0x94D8A6) is known color: Chinook. HEX triplet: 94, D8 and A6. RGB value is (148,216,166). Sum of RGB (Red+Green+Blue) = 148+216+166=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D8A6 is #6B2759. Grayscale: #BEBEBE. Windows color (decimal): -7022426 or 10934420. OLE color: 10934420.
HSL color Cylindrical-coordinate representation of color #94D8A6: hue angle of 135.88º 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 #94D8A6 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 166 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.15 |
| HSL | 135.88º | 0.47% | 0.71% | - |
| HSV(B) | 135.88º | 0.31% | 0.85% | - |
| XYZ | 43.65 | 58.16 | 45 | - |
| YUV | 189.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 166 | 0.31 | 0 | 0.23 | 0.15 | 135.88 | 0.47 | 0.71 |
| Hex | 94 | D8 | A6 | 1F | 0 | 17 | F | 88 | 2F | 47 |
| Octal | 224 | 330 | 246 | 37 | 0 | 27 | 17 | 210 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10100110 | 11111 | 0 | 10111 | 1111 | 10001000 | 101111 | 1000111 |
Color Harmonies of #94D8A6
Complementary color
Monochromatic Colors of #94D8A6
Black with #94D8A6
Text Example
Text Example
White with #94D8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D8A6; }
p { color: rgb(148,216,166); }
H1.HeaderClassName
{
color: #94D8A6;
}
.AnyTagClassName
{
color: #94D8A6;
}
</style>
background-color css
<style>
a { background-color: #94D8A6; }
a { background-color: rgb(148,216,166); }
div.DivClassName
{
background-color: #94D8A6;
}
.BgClassName
{
background-color: #94D8A6;
}
</style>
border-color css
<style>
span { border-color: #94D8A6; }
span { border-color: rgb(148,216,166); }
td.TdClassName
{
border-color: #94D8A6;
}
.TagClassName
{
border-color: #94D8A6;
}
</style>