Shades of Chinook #94DBAA
Tints of Chinook #94DBAA
RGB
CMYK
RGB Variations
Color information
#94DBAA (or 0x94DBAA) is known color: Chinook. HEX triplet: 94, DB and AA. RGB value is (148,219,170). Sum of RGB (Red+Green+Blue) = 148+219+170=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DBAA is #6B2455. Grayscale: #C0C0C0. Windows color (decimal): -7021654 or 11197332. OLE color: 11197332.
HSL color Cylindrical-coordinate representation of color #94DBAA: hue angle of 138.59º 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 #94DBAA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 170 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.14 |
| HSL | 138.59º | 0.5% | 0.72% | - |
| HSV(B) | 138.59º | 0.32% | 0.86% | - |
| XYZ | 44.8 | 59.86 | 47.22 | - |
| YUV | 192.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 170 | 0.32 | 0 | 0.22 | 0.14 | 138.59 | 0.5 | 0.72 |
| Hex | 94 | DB | AA | 20 | 0 | 16 | E | 8B | 32 | 48 |
| Octal | 224 | 333 | 252 | 40 | 0 | 26 | 16 | 213 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10101010 | 100000 | 0 | 10110 | 1110 | 10001011 | 110010 | 1001000 |
Color Harmonies of #94DBAA
Complementary color
Monochromatic Colors of #94DBAA
Black with #94DBAA
Text Example
Text Example
White with #94DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBAA; }
p { color: rgb(148,219,170); }
H1.HeaderClassName
{
color: #94DBAA;
}
.AnyTagClassName
{
color: #94DBAA;
}
</style>
background-color css
<style>
a { background-color: #94DBAA; }
a { background-color: rgb(148,219,170); }
div.DivClassName
{
background-color: #94DBAA;
}
.BgClassName
{
background-color: #94DBAA;
}
</style>
border-color css
<style>
span { border-color: #94DBAA; }
span { border-color: rgb(148,219,170); }
td.TdClassName
{
border-color: #94DBAA;
}
.TagClassName
{
border-color: #94DBAA;
}
</style>