Shades of Chinook #94DDA6
Tints of Chinook #94DDA6
RGB
CMYK
RGB Variations
Color information
#94DDA6 (or 0x94DDA6) is known color: Chinook. HEX triplet: 94, DD and A6. RGB value is (148,221,166). Sum of RGB (Red+Green+Blue) = 148+221+166=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA6 is #6B2259. Grayscale: #C1C1C1. Windows color (decimal): -7021146 or 10935700. OLE color: 10935700.
HSL color Cylindrical-coordinate representation of color #94DDA6: hue angle of 134.79º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDA6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 166 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.13 |
| HSL | 134.79º | 0.52% | 0.72% | - |
| HSV(B) | 134.79º | 0.33% | 0.87% | - |
| XYZ | 44.95 | 60.76 | 45.44 | - |
| YUV | 192.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 166 | 0.33 | 0 | 0.25 | 0.13 | 134.79 | 0.52 | 0.72 |
| Hex | 94 | DD | A6 | 21 | 0 | 19 | D | 87 | 34 | 48 |
| Octal | 224 | 335 | 246 | 41 | 0 | 31 | 15 | 207 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10100110 | 100001 | 0 | 11001 | 1101 | 10000111 | 110100 | 1001000 |
Color Harmonies of #94DDA6
Complementary color
Monochromatic Colors of #94DDA6
Black with #94DDA6
Text Example
Text Example
White with #94DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDA6; }
p { color: rgb(148,221,166); }
H1.HeaderClassName
{
color: #94DDA6;
}
.AnyTagClassName
{
color: #94DDA6;
}
</style>
background-color css
<style>
a { background-color: #94DDA6; }
a { background-color: rgb(148,221,166); }
div.DivClassName
{
background-color: #94DDA6;
}
.BgClassName
{
background-color: #94DDA6;
}
</style>
border-color css
<style>
span { border-color: #94DDA6; }
span { border-color: rgb(148,221,166); }
td.TdClassName
{
border-color: #94DDA6;
}
.TagClassName
{
border-color: #94DDA6;
}
</style>