Shades of Chinook #80D79D
Tints of Chinook #80D79D
RGB
CMYK
RGB Variations
Color information
#80D79D (or 0x80D79D) is known color: Chinook. HEX triplet: 80, D7 and 9D. RGB value is (128,215,157). Sum of RGB (Red+Green+Blue) = 128+215+157=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #80D79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D79D is #7F2862. Grayscale: #B6B6B6. Windows color (decimal): -8333411 or 10344320. OLE color: 10344320.
HSL color Cylindrical-coordinate representation of color #80D79D: hue angle of 140º 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 #80D79D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 157 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.16 |
| HSL | 140º | 0.52% | 0.67% | - |
| HSV(B) | 140º | 0.4% | 0.84% | - |
| XYZ | 39.29 | 55.62 | 40.56 | - |
| YUV | 182.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 157 | 0.40 | 0 | 0.27 | 0.16 | 140 | 0.52 | 0.67 |
| Hex | 80 | D7 | 9D | 28 | 0 | 1B | 10 | 8C | 34 | 43 |
| Octal | 200 | 327 | 235 | 50 | 0 | 33 | 20 | 214 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10011101 | 101000 | 0 | 11011 | 10000 | 10001100 | 110100 | 1000011 |
Color Harmonies of #80D79D
Complementary color
Monochromatic Colors of #80D79D
Black with #80D79D
Text Example
Text Example
White with #80D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D79D; }
p { color: rgb(128,215,157); }
H1.HeaderClassName
{
color: #80D79D;
}
.AnyTagClassName
{
color: #80D79D;
}
</style>
background-color css
<style>
a { background-color: #80D79D; }
a { background-color: rgb(128,215,157); }
div.DivClassName
{
background-color: #80D79D;
}
.BgClassName
{
background-color: #80D79D;
}
</style>
border-color css
<style>
span { border-color: #80D79D; }
span { border-color: rgb(128,215,157); }
td.TdClassName
{
border-color: #80D79D;
}
.TagClassName
{
border-color: #80D79D;
}
</style>