Shades of Chinook #94CDA6
Tints of Chinook #94CDA6
RGB
CMYK
RGB Variations
Color information
#94CDA6 (or 0x94CDA6) is known color: Chinook. HEX triplet: 94, CD and A6. RGB value is (148,205,166). Sum of RGB (Red+Green+Blue) = 148+205+166=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA6 is #6B3259. Grayscale: #B7B7B7. Windows color (decimal): -7025242 or 10931604. OLE color: 10931604.
HSL color Cylindrical-coordinate representation of color #94CDA6: hue angle of 138.95º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDA6 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 166 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.20 |
| HSL | 138.95º | 0.36% | 0.69% | - |
| HSV(B) | 138.95º | 0.28% | 0.8% | - |
| XYZ | 40.93 | 52.71 | 44.09 | - |
| YUV | 183.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 166 | 0.28 | 0 | 0.19 | 0.20 | 138.95 | 0.36 | 0.69 |
| Hex | 94 | CD | A6 | 1C | 0 | 13 | 14 | 8B | 24 | 45 |
| Octal | 224 | 315 | 246 | 34 | 0 | 23 | 24 | 213 | 44 | 105 |
| Binary | 10010100 | 11001101 | 10100110 | 11100 | 0 | 10011 | 10100 | 10001011 | 100100 | 1000101 |
Color Harmonies of #94CDA6
Complementary color
Monochromatic Colors of #94CDA6
Black with #94CDA6
Text Example
Text Example
White with #94CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDA6; }
p { color: rgb(148,205,166); }
H1.HeaderClassName
{
color: #94CDA6;
}
.AnyTagClassName
{
color: #94CDA6;
}
</style>
background-color css
<style>
a { background-color: #94CDA6; }
a { background-color: rgb(148,205,166); }
div.DivClassName
{
background-color: #94CDA6;
}
.BgClassName
{
background-color: #94CDA6;
}
</style>
border-color css
<style>
span { border-color: #94CDA6; }
span { border-color: rgb(148,205,166); }
td.TdClassName
{
border-color: #94CDA6;
}
.TagClassName
{
border-color: #94CDA6;
}
</style>