Shades of Chinook #94DDA4
Tints of Chinook #94DDA4
RGB
CMYK
RGB Variations
Color information
#94DDA4 (or 0x94DDA4) is known color: Chinook. HEX triplet: 94, DD and A4. RGB value is (148,221,164). Sum of RGB (Red+Green+Blue) = 148+221+164=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA4 is #6B225B. Grayscale: #C0C0C0. Windows color (decimal): -7021148 or 10804628. OLE color: 10804628.
HSL color Cylindrical-coordinate representation of color #94DDA4: hue angle of 133.15º 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 #94DDA4 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 164 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.13 |
| HSL | 133.15º | 0.52% | 0.72% | - |
| HSV(B) | 133.15º | 0.33% | 0.87% | - |
| XYZ | 44.77 | 60.69 | 44.48 | - |
| YUV | 192.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 164 | 0.33 | 0 | 0.26 | 0.13 | 133.15 | 0.52 | 0.72 |
| Hex | 94 | DD | A4 | 21 | 0 | 1A | D | 85 | 34 | 48 |
| Octal | 224 | 335 | 244 | 41 | 0 | 32 | 15 | 205 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10100100 | 100001 | 0 | 11010 | 1101 | 10000101 | 110100 | 1001000 |
Color Harmonies of #94DDA4
Complementary color
Monochromatic Colors of #94DDA4
Black with #94DDA4
Text Example
Text Example
White with #94DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDA4; }
p { color: rgb(148,221,164); }
H1.HeaderClassName
{
color: #94DDA4;
}
.AnyTagClassName
{
color: #94DDA4;
}
</style>
background-color css
<style>
a { background-color: #94DDA4; }
a { background-color: rgb(148,221,164); }
div.DivClassName
{
background-color: #94DDA4;
}
.BgClassName
{
background-color: #94DDA4;
}
</style>
border-color css
<style>
span { border-color: #94DDA4; }
span { border-color: rgb(148,221,164); }
td.TdClassName
{
border-color: #94DDA4;
}
.TagClassName
{
border-color: #94DDA4;
}
</style>