Shades of Chinook #94DFA1
Tints of Chinook #94DFA1
RGB
CMYK
RGB Variations
Color information
#94DFA1 (or 0x94DFA1) is known color: Chinook. HEX triplet: 94, DF and A1. RGB value is (148,223,161). Sum of RGB (Red+Green+Blue) = 148+223+161=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DFA1 is #6B205E. Grayscale: #C1C1C1. Windows color (decimal): -7020639 or 10608532. OLE color: 10608532.
HSL color Cylindrical-coordinate representation of color #94DFA1: hue angle of 130.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFA1 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 161 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.13 |
| HSL | 130.4º | 0.54% | 0.73% | - |
| HSV(B) | 130.4º | 0.34% | 0.87% | - |
| XYZ | 45.03 | 61.64 | 43.24 | - |
| YUV | 193.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 161 | 0.34 | 0 | 0.28 | 0.13 | 130.4 | 0.54 | 0.73 |
| Hex | 94 | DF | A1 | 22 | 0 | 1C | D | 82 | 36 | 49 |
| Octal | 224 | 337 | 241 | 42 | 0 | 34 | 15 | 202 | 66 | 111 |
| Binary | 10010100 | 11011111 | 10100001 | 100010 | 0 | 11100 | 1101 | 10000010 | 110110 | 1001001 |
Color Harmonies of #94DFA1
Complementary color
Monochromatic Colors of #94DFA1
Black with #94DFA1
Text Example
Text Example
White with #94DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFA1; }
p { color: rgb(148,223,161); }
H1.HeaderClassName
{
color: #94DFA1;
}
.AnyTagClassName
{
color: #94DFA1;
}
</style>
background-color css
<style>
a { background-color: #94DFA1; }
a { background-color: rgb(148,223,161); }
div.DivClassName
{
background-color: #94DFA1;
}
.BgClassName
{
background-color: #94DFA1;
}
</style>
border-color css
<style>
span { border-color: #94DFA1; }
span { border-color: rgb(148,223,161); }
td.TdClassName
{
border-color: #94DFA1;
}
.TagClassName
{
border-color: #94DFA1;
}
</style>