Shades of Chinook #9DC3A4
Tints of Chinook #9DC3A4
RGB
CMYK
RGB Variations
Color information
#9DC3A4 (or 0x9DC3A4) is known color: Chinook. HEX triplet: 9D, C3 and A4. RGB value is (157,195,164). Sum of RGB (Red+Green+Blue) = 157+195+164=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC3A4 is #623C5B. Grayscale: #B4B4B4. Windows color (decimal): -6437980 or 10797981. OLE color: 10797981.
HSL color Cylindrical-coordinate representation of color #9DC3A4: hue angle of 131.05º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC3A4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 164 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.24 |
| HSL | 131.05º | 0.24% | 0.69% | - |
| HSV(B) | 131.05º | 0.19% | 0.76% | - |
| XYZ | 40.12 | 48.88 | 42.44 | - |
| YUV | 180.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 164 | 0.19 | 0 | 0.16 | 0.24 | 131.05 | 0.24 | 0.69 |
| Hex | 9D | C3 | A4 | 13 | 0 | 10 | 18 | 83 | 18 | 45 |
| Octal | 235 | 303 | 244 | 23 | 0 | 20 | 30 | 203 | 30 | 105 |
| Binary | 10011101 | 11000011 | 10100100 | 10011 | 0 | 10000 | 11000 | 10000011 | 11000 | 1000101 |
Color Harmonies of #9DC3A4
Complementary color
Monochromatic Colors of #9DC3A4
Black with #9DC3A4
Text Example
Text Example
White with #9DC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC3A4; }
p { color: rgb(157,195,164); }
H1.HeaderClassName
{
color: #9DC3A4;
}
.AnyTagClassName
{
color: #9DC3A4;
}
</style>
background-color css
<style>
a { background-color: #9DC3A4; }
a { background-color: rgb(157,195,164); }
div.DivClassName
{
background-color: #9DC3A4;
}
.BgClassName
{
background-color: #9DC3A4;
}
</style>
border-color css
<style>
span { border-color: #9DC3A4; }
span { border-color: rgb(157,195,164); }
td.TdClassName
{
border-color: #9DC3A4;
}
.TagClassName
{
border-color: #9DC3A4;
}
</style>