Shades of Chinook #9DC1A8
Tints of Chinook #9DC1A8
RGB
CMYK
RGB Variations
Color information
#9DC1A8 (or 0x9DC1A8) is known color: Chinook. HEX triplet: 9D, C1 and A8. RGB value is (157,193,168). Sum of RGB (Red+Green+Blue) = 157+193+168=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1A8 is #623E57. Grayscale: #B3B3B3. Windows color (decimal): -6438488 or 11059613. OLE color: 11059613.
HSL color Cylindrical-coordinate representation of color #9DC1A8: hue angle of 138.33º degrees, saturation: 0.22, 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 #9DC1A8 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 157 | 193 | 168 | - |
CMYK | 0.19 | 0 | 0.13 | 0.24 |
HSL | 138.33º | 0.23% | 0.69% | - |
HSV(B) | 138.33º | 0.19% | 0.76% | - |
XYZ | 40.04 | 48.14 | 44.23 | - |
YUV | 179.39 | 121.57 | 112.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 193 | 168 | 0.19 | 0 | 0.13 | 0.24 | 138.33 | 0.23 | 0.69 |
Hex | 9D | C1 | A8 | 13 | 0 | D | 18 | 8A | 16 | 45 |
Octal | 235 | 301 | 250 | 23 | 0 | 15 | 30 | 212 | 26 | 105 |
Binary | 10011101 | 11000001 | 10101000 | 10011 | 0 | 1101 | 11000 | 10001010 | 10110 | 1000101 |
Color Harmonies of #9DC1A8
Complementary color
Monochromatic Colors of #9DC1A8
Black with #9DC1A8
Text Example
Text Example
White with #9DC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1A8; }
p { color: rgb(157,193,168); }
H1.HeaderClassName
{
color: #9DC1A8;
}
.AnyTagClassName
{
color: #9DC1A8;
}
</style>
background-color css
<style>
a { background-color: #9DC1A8; }
a { background-color: rgb(157,193,168); }
div.DivClassName
{
background-color: #9DC1A8;
}
.BgClassName
{
background-color: #9DC1A8;
}
</style>
border-color css
<style>
span { border-color: #9DC1A8; }
span { border-color: rgb(157,193,168); }
td.TdClassName
{
border-color: #9DC1A8;
}
.TagClassName
{
border-color: #9DC1A8;
}
</style>