Shades of Chinook #94C89E
Tints of Chinook #94C89E
RGB
CMYK
RGB Variations
Color information
#94C89E (or 0x94C89E) is known color: Chinook. HEX triplet: 94, C8 and 9E. RGB value is (148,200,158). Sum of RGB (Red+Green+Blue) = 148+200+158=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #94C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C89E is #6B3761. Grayscale: #B3B3B3. Windows color (decimal): -7026530 or 10406036. OLE color: 10406036.
HSL color Cylindrical-coordinate representation of color #94C89E: hue angle of 131.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C89E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 200 | 158 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.22 |
| HSL | 131.54º | 0.32% | 0.68% | - |
| HSV(B) | 131.54º | 0.26% | 0.78% | - |
| XYZ | 39.04 | 50.07 | 39.96 | - |
| YUV | 179.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 158 | 0.26 | 0 | 0.21 | 0.22 | 131.54 | 0.32 | 0.68 |
| Hex | 94 | C8 | 9E | 1A | 0 | 15 | 16 | 84 | 20 | 44 |
| Octal | 224 | 310 | 236 | 32 | 0 | 25 | 26 | 204 | 40 | 104 |
| Binary | 10010100 | 11001000 | 10011110 | 11010 | 0 | 10101 | 10110 | 10000100 | 100000 | 1000100 |
Color Harmonies of #94C89E
Complementary color
Monochromatic Colors of #94C89E
Black with #94C89E
Text Example
Text Example
White with #94C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C89E; }
p { color: rgb(148,200,158); }
H1.HeaderClassName
{
color: #94C89E;
}
.AnyTagClassName
{
color: #94C89E;
}
</style>
background-color css
<style>
a { background-color: #94C89E; }
a { background-color: rgb(148,200,158); }
div.DivClassName
{
background-color: #94C89E;
}
.BgClassName
{
background-color: #94C89E;
}
</style>
border-color css
<style>
span { border-color: #94C89E; }
span { border-color: rgb(148,200,158); }
td.TdClassName
{
border-color: #94C89E;
}
.TagClassName
{
border-color: #94C89E;
}
</style>