Shades of Chinook #94DBA5
Tints of Chinook #94DBA5
RGB
CMYK
RGB Variations
Color information
#94DBA5 (or 0x94DBA5) is known color: Chinook. HEX triplet: 94, DB and A5. RGB value is (148,219,165). Sum of RGB (Red+Green+Blue) = 148+219+165=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DBA5 is #6B245A. Grayscale: #BFBFBF. Windows color (decimal): -7021659 or 10869652. OLE color: 10869652.
HSL color Cylindrical-coordinate representation of color #94DBA5: hue angle of 134.37º 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 #94DBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 165 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.14 |
| HSL | 134.37º | 0.5% | 0.72% | - |
| HSV(B) | 134.37º | 0.32% | 0.86% | - |
| XYZ | 44.34 | 59.68 | 44.78 | - |
| YUV | 191.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 165 | 0.32 | 0 | 0.25 | 0.14 | 134.37 | 0.5 | 0.72 |
| Hex | 94 | DB | A5 | 20 | 0 | 19 | E | 86 | 32 | 48 |
| Octal | 224 | 333 | 245 | 40 | 0 | 31 | 16 | 206 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10100101 | 100000 | 0 | 11001 | 1110 | 10000110 | 110010 | 1001000 |
Color Harmonies of #94DBA5
Complementary color
Monochromatic Colors of #94DBA5
Black with #94DBA5
Text Example
Text Example
White with #94DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBA5; }
p { color: rgb(148,219,165); }
H1.HeaderClassName
{
color: #94DBA5;
}
.AnyTagClassName
{
color: #94DBA5;
}
</style>
background-color css
<style>
a { background-color: #94DBA5; }
a { background-color: rgb(148,219,165); }
div.DivClassName
{
background-color: #94DBA5;
}
.BgClassName
{
background-color: #94DBA5;
}
</style>
border-color css
<style>
span { border-color: #94DBA5; }
span { border-color: rgb(148,219,165); }
td.TdClassName
{
border-color: #94DBA5;
}
.TagClassName
{
border-color: #94DBA5;
}
</style>