Shades of Chinook #94DAA2
Tints of Chinook #94DAA2
RGB
CMYK
RGB Variations
Color information
#94DAA2 (or 0x94DAA2) is known color: Chinook. HEX triplet: 94, DA and A2. RGB value is (148,218,162). Sum of RGB (Red+Green+Blue) = 148+218+162=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAA2 is #6B255D. Grayscale: #BEBEBE. Windows color (decimal): -7021918 or 10672788. OLE color: 10672788.
HSL color Cylindrical-coordinate representation of color #94DAA2: hue angle of 132º 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 #94DAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 162 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.15 |
| HSL | 132º | 0.49% | 0.72% | - |
| HSV(B) | 132º | 0.32% | 0.85% | - |
| XYZ | 43.81 | 59.05 | 43.27 | - |
| YUV | 190.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 162 | 0.32 | 0 | 0.26 | 0.15 | 132 | 0.49 | 0.72 |
| Hex | 94 | DA | A2 | 20 | 0 | 1A | F | 84 | 31 | 48 |
| Octal | 224 | 332 | 242 | 40 | 0 | 32 | 17 | 204 | 61 | 110 |
| Binary | 10010100 | 11011010 | 10100010 | 100000 | 0 | 11010 | 1111 | 10000100 | 110001 | 1001000 |
Color Harmonies of #94DAA2
Complementary color
Monochromatic Colors of #94DAA2
Black with #94DAA2
Text Example
Text Example
White with #94DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAA2; }
p { color: rgb(148,218,162); }
H1.HeaderClassName
{
color: #94DAA2;
}
.AnyTagClassName
{
color: #94DAA2;
}
</style>
background-color css
<style>
a { background-color: #94DAA2; }
a { background-color: rgb(148,218,162); }
div.DivClassName
{
background-color: #94DAA2;
}
.BgClassName
{
background-color: #94DAA2;
}
</style>
border-color css
<style>
span { border-color: #94DAA2; }
span { border-color: rgb(148,218,162); }
td.TdClassName
{
border-color: #94DAA2;
}
.TagClassName
{
border-color: #94DAA2;
}
</style>