Shades of Chinook #9CDEA8
Tints of Chinook #9CDEA8
RGB
CMYK
RGB Variations
Color information
#9CDEA8 (or 0x9CDEA8) is known color: Chinook. HEX triplet: 9C, DE and A8. RGB value is (156,222,168). Sum of RGB (Red+Green+Blue) = 156+222+168=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEA8 is #632157. Grayscale: #C4C4C4. Windows color (decimal): -6496600 or 11067036. OLE color: 11067036.
HSL color Cylindrical-coordinate representation of color #9CDEA8: hue angle of 130.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEA8 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 168 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.13 |
| HSL | 130.91º | 0.5% | 0.74% | - |
| HSV(B) | 130.91º | 0.3% | 0.87% | - |
| XYZ | 46.9 | 62.14 | 46.57 | - |
| YUV | 196.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 168 | 0.30 | 0 | 0.24 | 0.13 | 130.91 | 0.5 | 0.74 |
| Hex | 9C | DE | A8 | 1E | 0 | 18 | D | 83 | 32 | 4A |
| Octal | 234 | 336 | 250 | 36 | 0 | 30 | 15 | 203 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10101000 | 11110 | 0 | 11000 | 1101 | 10000011 | 110010 | 1001010 |
Color Harmonies of #9CDEA8
Complementary color
Monochromatic Colors of #9CDEA8
Black with #9CDEA8
Text Example
Text Example
White with #9CDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEA8; }
p { color: rgb(156,222,168); }
H1.HeaderClassName
{
color: #9CDEA8;
}
.AnyTagClassName
{
color: #9CDEA8;
}
</style>
background-color css
<style>
a { background-color: #9CDEA8; }
a { background-color: rgb(156,222,168); }
div.DivClassName
{
background-color: #9CDEA8;
}
.BgClassName
{
background-color: #9CDEA8;
}
</style>
border-color css
<style>
span { border-color: #9CDEA8; }
span { border-color: rgb(156,222,168); }
td.TdClassName
{
border-color: #9CDEA8;
}
.TagClassName
{
border-color: #9CDEA8;
}
</style>