Shades of Chinook #99DFA6
Tints of Chinook #99DFA6
RGB
CMYK
RGB Variations
Color information
#99DFA6 (or 0x99DFA6) is known color: Chinook. HEX triplet: 99, DF and A6. RGB value is (153,223,166). Sum of RGB (Red+Green+Blue) = 153+223+166=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFA6 is #662059. Grayscale: #C3C3C3. Windows color (decimal): -6692954 or 10936217. OLE color: 10936217.
HSL color Cylindrical-coordinate representation of color #99DFA6: hue angle of 131.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFA6 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 166 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.13 |
| HSL | 131.14º | 0.52% | 0.74% | - |
| HSV(B) | 131.14º | 0.31% | 0.87% | - |
| XYZ | 46.41 | 62.3 | 45.66 | - |
| YUV | 195.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 166 | 0.31 | 0 | 0.26 | 0.13 | 131.14 | 0.52 | 0.74 |
| Hex | 99 | DF | A6 | 1F | 0 | 1A | D | 83 | 34 | 4A |
| Octal | 231 | 337 | 246 | 37 | 0 | 32 | 15 | 203 | 64 | 112 |
| Binary | 10011001 | 11011111 | 10100110 | 11111 | 0 | 11010 | 1101 | 10000011 | 110100 | 1001010 |
Color Harmonies of #99DFA6
Complementary color
Monochromatic Colors of #99DFA6
Black with #99DFA6
Text Example
Text Example
White with #99DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFA6; }
p { color: rgb(153,223,166); }
H1.HeaderClassName
{
color: #99DFA6;
}
.AnyTagClassName
{
color: #99DFA6;
}
</style>
background-color css
<style>
a { background-color: #99DFA6; }
a { background-color: rgb(153,223,166); }
div.DivClassName
{
background-color: #99DFA6;
}
.BgClassName
{
background-color: #99DFA6;
}
</style>
border-color css
<style>
span { border-color: #99DFA6; }
span { border-color: rgb(153,223,166); }
td.TdClassName
{
border-color: #99DFA6;
}
.TagClassName
{
border-color: #99DFA6;
}
</style>