Shades of Chinook #94E1AB
Tints of Chinook #94E1AB
RGB
CMYK
RGB Variations
Color information
#94E1AB (or 0x94E1AB) is known color: Chinook. HEX triplet: 94, E1 and AB. RGB value is (148,225,171). Sum of RGB (Red+Green+Blue) = 148+225+171=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #94E1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E1AB is #6B1E54. Grayscale: #C3C3C3. Windows color (decimal): -7020117 or 11264404. OLE color: 11264404.
HSL color Cylindrical-coordinate representation of color #94E1AB: hue angle of 137.92º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E1AB is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 171 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.12 |
| HSL | 137.92º | 0.56% | 0.73% | - |
| HSV(B) | 137.92º | 0.34% | 0.88% | - |
| XYZ | 46.49 | 63.09 | 48.25 | - |
| YUV | 195.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 171 | 0.34 | 0 | 0.24 | 0.12 | 137.92 | 0.56 | 0.73 |
| Hex | 94 | E1 | AB | 22 | 0 | 18 | C | 8A | 38 | 49 |
| Octal | 224 | 341 | 253 | 42 | 0 | 30 | 14 | 212 | 70 | 111 |
| Binary | 10010100 | 11100001 | 10101011 | 100010 | 0 | 11000 | 1100 | 10001010 | 111000 | 1001001 |
Color Harmonies of #94E1AB
Complementary color
Monochromatic Colors of #94E1AB
Black with #94E1AB
Text Example
Text Example
White with #94E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E1AB; }
p { color: rgb(148,225,171); }
H1.HeaderClassName
{
color: #94E1AB;
}
.AnyTagClassName
{
color: #94E1AB;
}
</style>
background-color css
<style>
a { background-color: #94E1AB; }
a { background-color: rgb(148,225,171); }
div.DivClassName
{
background-color: #94E1AB;
}
.BgClassName
{
background-color: #94E1AB;
}
</style>
border-color css
<style>
span { border-color: #94E1AB; }
span { border-color: rgb(148,225,171); }
td.TdClassName
{
border-color: #94E1AB;
}
.TagClassName
{
border-color: #94E1AB;
}
</style>