Shades of Chinook #94DCAA
Tints of Chinook #94DCAA
RGB
CMYK
RGB Variations
Color information
#94DCAA (or 0x94DCAA) is known color: Chinook. HEX triplet: 94, DC and AA. RGB value is (148,220,170). Sum of RGB (Red+Green+Blue) = 148+220+170=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCAA is #6B2355. Grayscale: #C0C0C0. Windows color (decimal): -7021398 or 11197588. OLE color: 11197588.
HSL color Cylindrical-coordinate representation of color #94DCAA: hue angle of 138.33º 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 #94DCAA is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 170 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.14 |
| HSL | 138.33º | 0.51% | 0.72% | - |
| HSV(B) | 138.33º | 0.33% | 0.86% | - |
| XYZ | 45.06 | 60.38 | 47.31 | - |
| YUV | 192.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 170 | 0.33 | 0 | 0.23 | 0.14 | 138.33 | 0.51 | 0.72 |
| Hex | 94 | DC | AA | 21 | 0 | 17 | E | 8A | 33 | 48 |
| Octal | 224 | 334 | 252 | 41 | 0 | 27 | 16 | 212 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10101010 | 100001 | 0 | 10111 | 1110 | 10001010 | 110011 | 1001000 |
Color Harmonies of #94DCAA
Complementary color
Monochromatic Colors of #94DCAA
Black with #94DCAA
Text Example
Text Example
White with #94DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCAA; }
p { color: rgb(148,220,170); }
H1.HeaderClassName
{
color: #94DCAA;
}
.AnyTagClassName
{
color: #94DCAA;
}
</style>
background-color css
<style>
a { background-color: #94DCAA; }
a { background-color: rgb(148,220,170); }
div.DivClassName
{
background-color: #94DCAA;
}
.BgClassName
{
background-color: #94DCAA;
}
</style>
border-color css
<style>
span { border-color: #94DCAA; }
span { border-color: rgb(148,220,170); }
td.TdClassName
{
border-color: #94DCAA;
}
.TagClassName
{
border-color: #94DCAA;
}
</style>