Shades of Chinook #80D79C
Tints of Chinook #80D79C
RGB
CMYK
RGB Variations
Color information
#80D79C (or 0x80D79C) is known color: Chinook. HEX triplet: 80, D7 and 9C. RGB value is (128,215,156). Sum of RGB (Red+Green+Blue) = 128+215+156=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #80D79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D79C is #7F2863. Grayscale: #B6B6B6. Windows color (decimal): -8333412 or 10278784. OLE color: 10278784.
HSL color Cylindrical-coordinate representation of color #80D79C: hue angle of 139.31º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D79C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 156 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.16 |
| HSL | 139.31º | 0.52% | 0.67% | - |
| HSV(B) | 139.31º | 0.4% | 0.84% | - |
| XYZ | 39.2 | 55.59 | 40.12 | - |
| YUV | 182.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 156 | 0.40 | 0 | 0.27 | 0.16 | 139.31 | 0.52 | 0.67 |
| Hex | 80 | D7 | 9C | 28 | 0 | 1B | 10 | 8B | 34 | 43 |
| Octal | 200 | 327 | 234 | 50 | 0 | 33 | 20 | 213 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10011100 | 101000 | 0 | 11011 | 10000 | 10001011 | 110100 | 1000011 |
Color Harmonies of #80D79C
Complementary color
Monochromatic Colors of #80D79C
Black with #80D79C
Text Example
Text Example
White with #80D79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D79C; }
p { color: rgb(128,215,156); }
H1.HeaderClassName
{
color: #80D79C;
}
.AnyTagClassName
{
color: #80D79C;
}
</style>
background-color css
<style>
a { background-color: #80D79C; }
a { background-color: rgb(128,215,156); }
div.DivClassName
{
background-color: #80D79C;
}
.BgClassName
{
background-color: #80D79C;
}
</style>
border-color css
<style>
span { border-color: #80D79C; }
span { border-color: rgb(128,215,156); }
td.TdClassName
{
border-color: #80D79C;
}
.TagClassName
{
border-color: #80D79C;
}
</style>