Shades of Chinook #80DD9D
Tints of Chinook #80DD9D
RGB
CMYK
RGB Variations
Color information
#80DD9D (or 0x80DD9D) is known color: Chinook. HEX triplet: 80, DD and 9D. RGB value is (128,221,157). Sum of RGB (Red+Green+Blue) = 128+221+157=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD9D is #7F2262. Grayscale: #BABABA. Windows color (decimal): -8331875 or 10345856. OLE color: 10345856.
HSL color Cylindrical-coordinate representation of color #80DD9D: hue angle of 138.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD9D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 157 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.13 |
| HSL | 138.71º | 0.58% | 0.68% | - |
| HSV(B) | 138.71º | 0.42% | 0.87% | - |
| XYZ | 40.84 | 58.74 | 41.08 | - |
| YUV | 185.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 157 | 0.42 | 0 | 0.29 | 0.13 | 138.71 | 0.58 | 0.68 |
| Hex | 80 | DD | 9D | 2A | 0 | 1D | D | 8B | 3A | 44 |
| Octal | 200 | 335 | 235 | 52 | 0 | 35 | 15 | 213 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10011101 | 101010 | 0 | 11101 | 1101 | 10001011 | 111010 | 1000100 |
Color Harmonies of #80DD9D
Complementary color
Monochromatic Colors of #80DD9D
Black with #80DD9D
Text Example
Text Example
White with #80DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD9D; }
p { color: rgb(128,221,157); }
H1.HeaderClassName
{
color: #80DD9D;
}
.AnyTagClassName
{
color: #80DD9D;
}
</style>
background-color css
<style>
a { background-color: #80DD9D; }
a { background-color: rgb(128,221,157); }
div.DivClassName
{
background-color: #80DD9D;
}
.BgClassName
{
background-color: #80DD9D;
}
</style>
border-color css
<style>
span { border-color: #80DD9D; }
span { border-color: rgb(128,221,157); }
td.TdClassName
{
border-color: #80DD9D;
}
.TagClassName
{
border-color: #80DD9D;
}
</style>