Shades of Chinook #94D69D
Tints of Chinook #94D69D
RGB
CMYK
RGB Variations
Color information
#94D69D (or 0x94D69D) is known color: Chinook. HEX triplet: 94, D6 and 9D. RGB value is (148,214,157). Sum of RGB (Red+Green+Blue) = 148+214+157=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #94D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D69D is #6B2962. Grayscale: #BBBBBB. Windows color (decimal): -7022947 or 10344084. OLE color: 10344084.
HSL color Cylindrical-coordinate representation of color #94D69D: hue angle of 128.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D69D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 157 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.16 |
| HSL | 128.18º | 0.45% | 0.71% | - |
| HSV(B) | 128.18º | 0.31% | 0.84% | - |
| XYZ | 42.35 | 56.82 | 40.63 | - |
| YUV | 187.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 157 | 0.31 | 0 | 0.27 | 0.16 | 128.18 | 0.45 | 0.71 |
| Hex | 94 | D6 | 9D | 1F | 0 | 1B | 10 | 80 | 2D | 47 |
| Octal | 224 | 326 | 235 | 37 | 0 | 33 | 20 | 200 | 55 | 107 |
| Binary | 10010100 | 11010110 | 10011101 | 11111 | 0 | 11011 | 10000 | 10000000 | 101101 | 1000111 |
Color Harmonies of #94D69D
Complementary color
Monochromatic Colors of #94D69D
Black with #94D69D
Text Example
Text Example
White with #94D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D69D; }
p { color: rgb(148,214,157); }
H1.HeaderClassName
{
color: #94D69D;
}
.AnyTagClassName
{
color: #94D69D;
}
</style>
background-color css
<style>
a { background-color: #94D69D; }
a { background-color: rgb(148,214,157); }
div.DivClassName
{
background-color: #94D69D;
}
.BgClassName
{
background-color: #94D69D;
}
</style>
border-color css
<style>
span { border-color: #94D69D; }
span { border-color: rgb(148,214,157); }
td.TdClassName
{
border-color: #94D69D;
}
.TagClassName
{
border-color: #94D69D;
}
</style>