Shades of Chinook #80DB9D
Tints of Chinook #80DB9D
RGB
CMYK
RGB Variations
Color information
#80DB9D (or 0x80DB9D) is known color: Chinook. HEX triplet: 80, DB and 9D. RGB value is (128,219,157). Sum of RGB (Red+Green+Blue) = 128+219+157=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB9D is #7F2462. Grayscale: #B8B8B8. Windows color (decimal): -8332387 or 10345344. OLE color: 10345344.
HSL color Cylindrical-coordinate representation of color #80DB9D: hue angle of 139.12º degrees, saturation: 0.56, 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 #80DB9D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 157 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.14 |
| HSL | 139.12º | 0.56% | 0.68% | - |
| HSV(B) | 139.12º | 0.42% | 0.86% | - |
| XYZ | 40.32 | 57.69 | 40.91 | - |
| YUV | 184.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 157 | 0.42 | 0 | 0.28 | 0.14 | 139.12 | 0.56 | 0.68 |
| Hex | 80 | DB | 9D | 2A | 0 | 1C | E | 8B | 38 | 44 |
| Octal | 200 | 333 | 235 | 52 | 0 | 34 | 16 | 213 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10011101 | 101010 | 0 | 11100 | 1110 | 10001011 | 111000 | 1000100 |
Color Harmonies of #80DB9D
Complementary color
Monochromatic Colors of #80DB9D
Black with #80DB9D
Text Example
Text Example
White with #80DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB9D; }
p { color: rgb(128,219,157); }
H1.HeaderClassName
{
color: #80DB9D;
}
.AnyTagClassName
{
color: #80DB9D;
}
</style>
background-color css
<style>
a { background-color: #80DB9D; }
a { background-color: rgb(128,219,157); }
div.DivClassName
{
background-color: #80DB9D;
}
.BgClassName
{
background-color: #80DB9D;
}
</style>
border-color css
<style>
span { border-color: #80DB9D; }
span { border-color: rgb(128,219,157); }
td.TdClassName
{
border-color: #80DB9D;
}
.TagClassName
{
border-color: #80DB9D;
}
</style>