Shades of Chinook #99DCA4
Tints of Chinook #99DCA4
RGB
CMYK
RGB Variations
Color information
#99DCA4 (or 0x99DCA4) is known color: Chinook. HEX triplet: 99, DC and A4. RGB value is (153,220,164). Sum of RGB (Red+Green+Blue) = 153+220+164=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCA4 is #66235B. Grayscale: #C1C1C1. Windows color (decimal): -6693724 or 10804377. OLE color: 10804377.
HSL color Cylindrical-coordinate representation of color #99DCA4: hue angle of 129.85º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCA4 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 164 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.14 |
| HSL | 129.85º | 0.49% | 0.73% | - |
| HSV(B) | 129.85º | 0.3% | 0.86% | - |
| XYZ | 45.43 | 60.64 | 44.43 | - |
| YUV | 193.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 164 | 0.30 | 0 | 0.25 | 0.14 | 129.85 | 0.49 | 0.73 |
| Hex | 99 | DC | A4 | 1E | 0 | 19 | E | 82 | 31 | 49 |
| Octal | 231 | 334 | 244 | 36 | 0 | 31 | 16 | 202 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10100100 | 11110 | 0 | 11001 | 1110 | 10000010 | 110001 | 1001001 |
Color Harmonies of #99DCA4
Complementary color
Monochromatic Colors of #99DCA4
Black with #99DCA4
Text Example
Text Example
White with #99DCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCA4; }
p { color: rgb(153,220,164); }
H1.HeaderClassName
{
color: #99DCA4;
}
.AnyTagClassName
{
color: #99DCA4;
}
</style>
background-color css
<style>
a { background-color: #99DCA4; }
a { background-color: rgb(153,220,164); }
div.DivClassName
{
background-color: #99DCA4;
}
.BgClassName
{
background-color: #99DCA4;
}
</style>
border-color css
<style>
span { border-color: #99DCA4; }
span { border-color: rgb(153,220,164); }
td.TdClassName
{
border-color: #99DCA4;
}
.TagClassName
{
border-color: #99DCA4;
}
</style>