Shades of Chinook #94DCA6
Tints of Chinook #94DCA6
RGB
CMYK
RGB Variations
Color information
#94DCA6 (or 0x94DCA6) is known color: Chinook. HEX triplet: 94, DC and A6. RGB value is (148,220,166). Sum of RGB (Red+Green+Blue) = 148+220+166=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCA6 is #6B2359. Grayscale: #C0C0C0. Windows color (decimal): -7021402 or 10935444. OLE color: 10935444.
HSL color Cylindrical-coordinate representation of color #94DCA6: hue angle of 135º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCA6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 166 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.14 |
| HSL | 135º | 0.51% | 0.72% | - |
| HSV(B) | 135º | 0.33% | 0.86% | - |
| XYZ | 44.69 | 60.24 | 45.35 | - |
| YUV | 192.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 166 | 0.33 | 0 | 0.25 | 0.14 | 135 | 0.51 | 0.72 |
| Hex | 94 | DC | A6 | 21 | 0 | 19 | E | 87 | 33 | 48 |
| Octal | 224 | 334 | 246 | 41 | 0 | 31 | 16 | 207 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10100110 | 100001 | 0 | 11001 | 1110 | 10000111 | 110011 | 1001000 |
Color Harmonies of #94DCA6
Complementary color
Monochromatic Colors of #94DCA6
Black with #94DCA6
Text Example
Text Example
White with #94DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCA6; }
p { color: rgb(148,220,166); }
H1.HeaderClassName
{
color: #94DCA6;
}
.AnyTagClassName
{
color: #94DCA6;
}
</style>
background-color css
<style>
a { background-color: #94DCA6; }
a { background-color: rgb(148,220,166); }
div.DivClassName
{
background-color: #94DCA6;
}
.BgClassName
{
background-color: #94DCA6;
}
</style>
border-color css
<style>
span { border-color: #94DCA6; }
span { border-color: rgb(148,220,166); }
td.TdClassName
{
border-color: #94DCA6;
}
.TagClassName
{
border-color: #94DCA6;
}
</style>