Shades of Chinook #94DAA6
Tints of Chinook #94DAA6
RGB
CMYK
RGB Variations
Color information
#94DAA6 (or 0x94DAA6) is known color: Chinook. HEX triplet: 94, DA and A6. RGB value is (148,218,166). Sum of RGB (Red+Green+Blue) = 148+218+166=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAA6 is #6B2559. Grayscale: #BFBFBF. Windows color (decimal): -7021914 or 10934932. OLE color: 10934932.
HSL color Cylindrical-coordinate representation of color #94DAA6: hue angle of 135.43º degrees, saturation: 0.49, 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 #94DAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 166 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.15 |
| HSL | 135.43º | 0.49% | 0.72% | - |
| HSV(B) | 135.43º | 0.32% | 0.85% | - |
| XYZ | 44.17 | 59.19 | 45.17 | - |
| YUV | 191.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 166 | 0.32 | 0 | 0.24 | 0.15 | 135.43 | 0.49 | 0.72 |
| Hex | 94 | DA | A6 | 20 | 0 | 18 | F | 87 | 31 | 48 |
| Octal | 224 | 332 | 246 | 40 | 0 | 30 | 17 | 207 | 61 | 110 |
| Binary | 10010100 | 11011010 | 10100110 | 100000 | 0 | 11000 | 1111 | 10000111 | 110001 | 1001000 |
Color Harmonies of #94DAA6
Complementary color
Monochromatic Colors of #94DAA6
Black with #94DAA6
Text Example
Text Example
White with #94DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAA6; }
p { color: rgb(148,218,166); }
H1.HeaderClassName
{
color: #94DAA6;
}
.AnyTagClassName
{
color: #94DAA6;
}
</style>
background-color css
<style>
a { background-color: #94DAA6; }
a { background-color: rgb(148,218,166); }
div.DivClassName
{
background-color: #94DAA6;
}
.BgClassName
{
background-color: #94DAA6;
}
</style>
border-color css
<style>
span { border-color: #94DAA6; }
span { border-color: rgb(148,218,166); }
td.TdClassName
{
border-color: #94DAA6;
}
.TagClassName
{
border-color: #94DAA6;
}
</style>