Shades of Chinook #94DB9F
Tints of Chinook #94DB9F
RGB
CMYK
RGB Variations
Color information
#94DB9F (or 0x94DB9F) is known color: Chinook. HEX triplet: 94, DB and 9F. RGB value is (148,219,159). Sum of RGB (Red+Green+Blue) = 148+219+159=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB9F is #6B2460. Grayscale: #BFBFBF. Windows color (decimal): -7021665 or 10476436. OLE color: 10476436.
HSL color Cylindrical-coordinate representation of color #94DB9F: hue angle of 129.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DB9F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 159 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 129.3º | 0.5% | 0.72% | - |
| HSV(B) | 129.3º | 0.32% | 0.86% | - |
| XYZ | 43.8 | 59.46 | 41.97 | - |
| YUV | 190.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 159 | 0.32 | 0 | 0.27 | 0.14 | 129.3 | 0.5 | 0.72 |
| Hex | 94 | DB | 9F | 20 | 0 | 1B | E | 81 | 32 | 48 |
| Octal | 224 | 333 | 237 | 40 | 0 | 33 | 16 | 201 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10011111 | 100000 | 0 | 11011 | 1110 | 10000001 | 110010 | 1001000 |
Color Harmonies of #94DB9F
Complementary color
Monochromatic Colors of #94DB9F
Black with #94DB9F
Text Example
Text Example
White with #94DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB9F; }
p { color: rgb(148,219,159); }
H1.HeaderClassName
{
color: #94DB9F;
}
.AnyTagClassName
{
color: #94DB9F;
}
</style>
background-color css
<style>
a { background-color: #94DB9F; }
a { background-color: rgb(148,219,159); }
div.DivClassName
{
background-color: #94DB9F;
}
.BgClassName
{
background-color: #94DB9F;
}
</style>
border-color css
<style>
span { border-color: #94DB9F; }
span { border-color: rgb(148,219,159); }
td.TdClassName
{
border-color: #94DB9F;
}
.TagClassName
{
border-color: #94DB9F;
}
</style>