Shades of Chinook #94DAA8
Tints of Chinook #94DAA8
RGB
CMYK
RGB Variations
Color information
#94DAA8 (or 0x94DAA8) is known color: Chinook. HEX triplet: 94, DA and A8. RGB value is (148,218,168). Sum of RGB (Red+Green+Blue) = 148+218+168=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAA8 is #6B2557. Grayscale: #BFBFBF. Windows color (decimal): -7021912 or 11066004. OLE color: 11066004.
HSL color Cylindrical-coordinate representation of color #94DAA8: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 168 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.15 |
| HSL | 137.14º | 0.49% | 0.72% | - |
| HSV(B) | 137.14º | 0.32% | 0.85% | - |
| XYZ | 44.35 | 59.27 | 46.15 | - |
| YUV | 191.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 168 | 0.32 | 0 | 0.23 | 0.15 | 137.14 | 0.49 | 0.72 |
| Hex | 94 | DA | A8 | 20 | 0 | 17 | F | 89 | 31 | 48 |
| Octal | 224 | 332 | 250 | 40 | 0 | 27 | 17 | 211 | 61 | 110 |
| Binary | 10010100 | 11011010 | 10101000 | 100000 | 0 | 10111 | 1111 | 10001001 | 110001 | 1001000 |
Color Harmonies of #94DAA8
Complementary color
Monochromatic Colors of #94DAA8
Black with #94DAA8
Text Example
Text Example
White with #94DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAA8; }
p { color: rgb(148,218,168); }
H1.HeaderClassName
{
color: #94DAA8;
}
.AnyTagClassName
{
color: #94DAA8;
}
</style>
background-color css
<style>
a { background-color: #94DAA8; }
a { background-color: rgb(148,218,168); }
div.DivClassName
{
background-color: #94DAA8;
}
.BgClassName
{
background-color: #94DAA8;
}
</style>
border-color css
<style>
span { border-color: #94DAA8; }
span { border-color: rgb(148,218,168); }
td.TdClassName
{
border-color: #94DAA8;
}
.TagClassName
{
border-color: #94DAA8;
}
</style>