Shades of Chinook #80DC9C
Tints of Chinook #80DC9C
RGB
CMYK
RGB Variations
Color information
#80DC9C (or 0x80DC9C) is known color: Chinook. HEX triplet: 80, DC and 9C. RGB value is (128,220,156). Sum of RGB (Red+Green+Blue) = 128+220+156=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC9C is #7F2363. Grayscale: #B9B9B9. Windows color (decimal): -8332132 or 10280064. OLE color: 10280064.
HSL color Cylindrical-coordinate representation of color #80DC9C: hue angle of 138.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC9C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 156 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.14 |
| HSL | 138.26º | 0.57% | 0.68% | - |
| HSV(B) | 138.26º | 0.42% | 0.86% | - |
| XYZ | 40.5 | 58.18 | 40.55 | - |
| YUV | 185.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 156 | 0.42 | 0 | 0.29 | 0.14 | 138.26 | 0.57 | 0.68 |
| Hex | 80 | DC | 9C | 2A | 0 | 1D | E | 8A | 39 | 44 |
| Octal | 200 | 334 | 234 | 52 | 0 | 35 | 16 | 212 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10011100 | 101010 | 0 | 11101 | 1110 | 10001010 | 111001 | 1000100 |
Color Harmonies of #80DC9C
Complementary color
Monochromatic Colors of #80DC9C
Black with #80DC9C
Text Example
Text Example
White with #80DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC9C; }
p { color: rgb(128,220,156); }
H1.HeaderClassName
{
color: #80DC9C;
}
.AnyTagClassName
{
color: #80DC9C;
}
</style>
background-color css
<style>
a { background-color: #80DC9C; }
a { background-color: rgb(128,220,156); }
div.DivClassName
{
background-color: #80DC9C;
}
.BgClassName
{
background-color: #80DC9C;
}
</style>
border-color css
<style>
span { border-color: #80DC9C; }
span { border-color: rgb(128,220,156); }
td.TdClassName
{
border-color: #80DC9C;
}
.TagClassName
{
border-color: #80DC9C;
}
</style>