Shades of Chinook #94DEA8
Tints of Chinook #94DEA8
RGB
CMYK
RGB Variations
Color information
#94DEA8 (or 0x94DEA8) is known color: Chinook. HEX triplet: 94, DE and A8. RGB value is (148,222,168). Sum of RGB (Red+Green+Blue) = 148+222+168=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DEA8 is #6B2157. Grayscale: #C1C1C1. Windows color (decimal): -7020888 or 11067028. OLE color: 11067028.
HSL color Cylindrical-coordinate representation of color #94DEA8: hue angle of 136.22º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DEA8 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 168 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.13 |
| HSL | 136.22º | 0.53% | 0.73% | - |
| HSV(B) | 136.22º | 0.33% | 0.87% | - |
| XYZ | 45.4 | 61.37 | 46.5 | - |
| YUV | 193.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 168 | 0.33 | 0 | 0.24 | 0.13 | 136.22 | 0.53 | 0.73 |
| Hex | 94 | DE | A8 | 21 | 0 | 18 | D | 88 | 35 | 49 |
| Octal | 224 | 336 | 250 | 41 | 0 | 30 | 15 | 210 | 65 | 111 |
| Binary | 10010100 | 11011110 | 10101000 | 100001 | 0 | 11000 | 1101 | 10001000 | 110101 | 1001001 |
Color Harmonies of #94DEA8
Complementary color
Monochromatic Colors of #94DEA8
Black with #94DEA8
Text Example
Text Example
White with #94DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DEA8; }
p { color: rgb(148,222,168); }
H1.HeaderClassName
{
color: #94DEA8;
}
.AnyTagClassName
{
color: #94DEA8;
}
</style>
background-color css
<style>
a { background-color: #94DEA8; }
a { background-color: rgb(148,222,168); }
div.DivClassName
{
background-color: #94DEA8;
}
.BgClassName
{
background-color: #94DEA8;
}
</style>
border-color css
<style>
span { border-color: #94DEA8; }
span { border-color: rgb(148,222,168); }
td.TdClassName
{
border-color: #94DEA8;
}
.TagClassName
{
border-color: #94DEA8;
}
</style>