Shades of Chinook #80DF9E
Tints of Chinook #80DF9E
RGB
CMYK
RGB Variations
Color information
#80DF9E (or 0x80DF9E) is known color: Chinook. HEX triplet: 80, DF and 9E. RGB value is (128,223,158). Sum of RGB (Red+Green+Blue) = 128+223+158=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9E is #7F2061. Grayscale: #BBBBBB. Windows color (decimal): -8331362 or 10411904. OLE color: 10411904.
HSL color Cylindrical-coordinate representation of color #80DF9E: hue angle of 138.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF9E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 158 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.13 |
| HSL | 138.95º | 0.6% | 0.69% | - |
| HSV(B) | 138.95º | 0.43% | 0.87% | - |
| XYZ | 41.46 | 59.83 | 41.71 | - |
| YUV | 187.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 158 | 0.43 | 0 | 0.29 | 0.13 | 138.95 | 0.6 | 0.69 |
| Hex | 80 | DF | 9E | 2B | 0 | 1D | D | 8B | 3C | 45 |
| Octal | 200 | 337 | 236 | 53 | 0 | 35 | 15 | 213 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10011110 | 101011 | 0 | 11101 | 1101 | 10001011 | 111100 | 1000101 |
Color Harmonies of #80DF9E
Complementary color
Monochromatic Colors of #80DF9E
Black with #80DF9E
Text Example
Text Example
White with #80DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF9E; }
p { color: rgb(128,223,158); }
H1.HeaderClassName
{
color: #80DF9E;
}
.AnyTagClassName
{
color: #80DF9E;
}
</style>
background-color css
<style>
a { background-color: #80DF9E; }
a { background-color: rgb(128,223,158); }
div.DivClassName
{
background-color: #80DF9E;
}
.BgClassName
{
background-color: #80DF9E;
}
</style>
border-color css
<style>
span { border-color: #80DF9E; }
span { border-color: rgb(128,223,158); }
td.TdClassName
{
border-color: #80DF9E;
}
.TagClassName
{
border-color: #80DF9E;
}
</style>