Shades of Chinook #94DDA8
Tints of Chinook #94DDA8
RGB
CMYK
RGB Variations
Color information
#94DDA8 (or 0x94DDA8) is known color: Chinook. HEX triplet: 94, DD and A8. RGB value is (148,221,168). Sum of RGB (Red+Green+Blue) = 148+221+168=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA8 is #6B2257. Grayscale: #C1C1C1. Windows color (decimal): -7021144 or 11066772. OLE color: 11066772.
HSL color Cylindrical-coordinate representation of color #94DDA8: hue angle of 136.44º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDA8 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 168 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.13 |
| HSL | 136.44º | 0.52% | 0.72% | - |
| HSV(B) | 136.44º | 0.33% | 0.87% | - |
| XYZ | 45.14 | 60.84 | 46.41 | - |
| YUV | 193.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 168 | 0.33 | 0 | 0.24 | 0.13 | 136.44 | 0.52 | 0.72 |
| Hex | 94 | DD | A8 | 21 | 0 | 18 | D | 88 | 34 | 48 |
| Octal | 224 | 335 | 250 | 41 | 0 | 30 | 15 | 210 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10101000 | 100001 | 0 | 11000 | 1101 | 10001000 | 110100 | 1001000 |
Color Harmonies of #94DDA8
Complementary color
Monochromatic Colors of #94DDA8
Black with #94DDA8
Text Example
Text Example
White with #94DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDA8; }
p { color: rgb(148,221,168); }
H1.HeaderClassName
{
color: #94DDA8;
}
.AnyTagClassName
{
color: #94DDA8;
}
</style>
background-color css
<style>
a { background-color: #94DDA8; }
a { background-color: rgb(148,221,168); }
div.DivClassName
{
background-color: #94DDA8;
}
.BgClassName
{
background-color: #94DDA8;
}
</style>
border-color css
<style>
span { border-color: #94DDA8; }
span { border-color: rgb(148,221,168); }
td.TdClassName
{
border-color: #94DDA8;
}
.TagClassName
{
border-color: #94DDA8;
}
</style>