Shades of Chinook #9CDDB0
Tints of Chinook #9CDDB0
RGB
CMYK
RGB Variations
Color information
#9CDDB0 (or 0x9CDDB0) is known color: Chinook. HEX triplet: 9C, DD and B0. RGB value is (156,221,176). Sum of RGB (Red+Green+Blue) = 156+221+176=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDB0 is #63224F. Grayscale: #C4C4C4. Windows color (decimal): -6496848 or 11591068. OLE color: 11591068.
HSL color Cylindrical-coordinate representation of color #9CDDB0: hue angle of 138.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDB0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 156 | 221 | 176 | - |
CMYK | 0.29 | 0 | 0.20 | 0.13 |
HSL | 138.46º | 0.49% | 0.74% | - |
HSV(B) | 138.46º | 0.29% | 0.87% | - |
XYZ | 47.4 | 61.92 | 50.53 | - |
YUV | 196.44 | 116.47 | 99.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 221 | 176 | 0.29 | 0 | 0.20 | 0.13 | 138.46 | 0.49 | 0.74 |
Hex | 9C | DD | B0 | 1D | 0 | 14 | D | 8A | 31 | 4A |
Octal | 234 | 335 | 260 | 35 | 0 | 24 | 15 | 212 | 61 | 112 |
Binary | 10011100 | 11011101 | 10110000 | 11101 | 0 | 10100 | 1101 | 10001010 | 110001 | 1001010 |
Color Harmonies of #9CDDB0
Complementary color
Monochromatic Colors of #9CDDB0
Black with #9CDDB0
Text Example
Text Example
White with #9CDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDB0; }
p { color: rgb(156,221,176); }
H1.HeaderClassName
{
color: #9CDDB0;
}
.AnyTagClassName
{
color: #9CDDB0;
}
</style>
background-color css
<style>
a { background-color: #9CDDB0; }
a { background-color: rgb(156,221,176); }
div.DivClassName
{
background-color: #9CDDB0;
}
.BgClassName
{
background-color: #9CDDB0;
}
</style>
border-color css
<style>
span { border-color: #9CDDB0; }
span { border-color: rgb(156,221,176); }
td.TdClassName
{
border-color: #9CDDB0;
}
.TagClassName
{
border-color: #9CDDB0;
}
</style>