Shades of Chinook #99DAA5
Tints of Chinook #99DAA5
RGB
CMYK
RGB Variations
Color information
#99DAA5 (or 0x99DAA5) is known color: Chinook. HEX triplet: 99, DA and A5. RGB value is (153,218,165). Sum of RGB (Red+Green+Blue) = 153+218+165=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAA5 is #66255A. Grayscale: #C0C0C0. Windows color (decimal): -6694235 or 10869401. OLE color: 10869401.
HSL color Cylindrical-coordinate representation of color #99DAA5: hue angle of 131.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAA5 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 165 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.15 |
| HSL | 131.08º | 0.47% | 0.73% | - |
| HSV(B) | 131.08º | 0.3% | 0.85% | - |
| XYZ | 45 | 59.63 | 44.74 | - |
| YUV | 192.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 165 | 0.30 | 0 | 0.24 | 0.15 | 131.08 | 0.47 | 0.73 |
| Hex | 99 | DA | A5 | 1E | 0 | 18 | F | 83 | 2F | 49 |
| Octal | 231 | 332 | 245 | 36 | 0 | 30 | 17 | 203 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10100101 | 11110 | 0 | 11000 | 1111 | 10000011 | 101111 | 1001001 |
Color Harmonies of #99DAA5
Complementary color
Monochromatic Colors of #99DAA5
Black with #99DAA5
Text Example
Text Example
White with #99DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAA5; }
p { color: rgb(153,218,165); }
H1.HeaderClassName
{
color: #99DAA5;
}
.AnyTagClassName
{
color: #99DAA5;
}
</style>
background-color css
<style>
a { background-color: #99DAA5; }
a { background-color: rgb(153,218,165); }
div.DivClassName
{
background-color: #99DAA5;
}
.BgClassName
{
background-color: #99DAA5;
}
</style>
border-color css
<style>
span { border-color: #99DAA5; }
span { border-color: rgb(153,218,165); }
td.TdClassName
{
border-color: #99DAA5;
}
.TagClassName
{
border-color: #99DAA5;
}
</style>