Shades of Chinook #99DCAD
Tints of Chinook #99DCAD
RGB
CMYK
RGB Variations
Color information
#99DCAD (or 0x99DCAD) is known color: Chinook. HEX triplet: 99, DC and AD. RGB value is (153,220,173). Sum of RGB (Red+Green+Blue) = 153+220+173=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCAD is #662352. Grayscale: #C2C2C2. Windows color (decimal): -6693715 or 11394201. OLE color: 11394201.
HSL color Cylindrical-coordinate representation of color #99DCAD: hue angle of 137.91º 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 #99DCAD is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 173 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.14 |
| HSL | 137.91º | 0.49% | 0.73% | - |
| HSV(B) | 137.91º | 0.3% | 0.86% | - |
| XYZ | 46.27 | 60.98 | 48.87 | - |
| YUV | 194.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 173 | 0.30 | 0 | 0.21 | 0.14 | 137.91 | 0.49 | 0.73 |
| Hex | 99 | DC | AD | 1E | 0 | 15 | E | 8A | 31 | 49 |
| Octal | 231 | 334 | 255 | 36 | 0 | 25 | 16 | 212 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10101101 | 11110 | 0 | 10101 | 1110 | 10001010 | 110001 | 1001001 |
Color Harmonies of #99DCAD
Complementary color
Monochromatic Colors of #99DCAD
Black with #99DCAD
Text Example
Text Example
White with #99DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCAD; }
p { color: rgb(153,220,173); }
H1.HeaderClassName
{
color: #99DCAD;
}
.AnyTagClassName
{
color: #99DCAD;
}
</style>
background-color css
<style>
a { background-color: #99DCAD; }
a { background-color: rgb(153,220,173); }
div.DivClassName
{
background-color: #99DCAD;
}
.BgClassName
{
background-color: #99DCAD;
}
</style>
border-color css
<style>
span { border-color: #99DCAD; }
span { border-color: rgb(153,220,173); }
td.TdClassName
{
border-color: #99DCAD;
}
.TagClassName
{
border-color: #99DCAD;
}
</style>