Shades of Chinook #9DC8A3
Tints of Chinook #9DC8A3
RGB
CMYK
RGB Variations
Color information
#9DC8A3 (or 0x9DC8A3) is known color: Chinook. HEX triplet: 9D, C8 and A3. RGB value is (157,200,163). Sum of RGB (Red+Green+Blue) = 157+200+163=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8A3 is #62375C. Grayscale: #B7B7B7. Windows color (decimal): -6436701 or 10733725. OLE color: 10733725.
HSL color Cylindrical-coordinate representation of color #9DC8A3: hue angle of 128.37º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC8A3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 163 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.22 |
| HSL | 128.37º | 0.28% | 0.7% | - |
| HSV(B) | 128.37º | 0.22% | 0.78% | - |
| XYZ | 41.17 | 51.12 | 42.35 | - |
| YUV | 182.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 163 | 0.22 | 0 | 0.18 | 0.22 | 128.37 | 0.28 | 0.7 |
| Hex | 9D | C8 | A3 | 16 | 0 | 12 | 16 | 80 | 1C | 46 |
| Octal | 235 | 310 | 243 | 26 | 0 | 22 | 26 | 200 | 34 | 106 |
| Binary | 10011101 | 11001000 | 10100011 | 10110 | 0 | 10010 | 10110 | 10000000 | 11100 | 1000110 |
Color Harmonies of #9DC8A3
Complementary color
Monochromatic Colors of #9DC8A3
Black with #9DC8A3
Text Example
Text Example
White with #9DC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8A3; }
p { color: rgb(157,200,163); }
H1.HeaderClassName
{
color: #9DC8A3;
}
.AnyTagClassName
{
color: #9DC8A3;
}
</style>
background-color css
<style>
a { background-color: #9DC8A3; }
a { background-color: rgb(157,200,163); }
div.DivClassName
{
background-color: #9DC8A3;
}
.BgClassName
{
background-color: #9DC8A3;
}
</style>
border-color css
<style>
span { border-color: #9DC8A3; }
span { border-color: rgb(157,200,163); }
td.TdClassName
{
border-color: #9DC8A3;
}
.TagClassName
{
border-color: #9DC8A3;
}
</style>