Shades of Chinook #80D59B
Tints of Chinook #80D59B
RGB
CMYK
RGB Variations
Color information
#80D59B (or 0x80D59B) is known color: Chinook. HEX triplet: 80, D5 and 9B. RGB value is (128,213,155). Sum of RGB (Red+Green+Blue) = 128+213+155=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #80D59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D59B is #7F2A64. Grayscale: #B5B5B5. Windows color (decimal): -8333925 or 10212736. OLE color: 10212736.
HSL color Cylindrical-coordinate representation of color #80D59B: hue angle of 139.06º degrees, saturation: 0.5, 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 #80D59B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 155 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.16 |
| HSL | 139.06º | 0.5% | 0.67% | - |
| HSV(B) | 139.06º | 0.4% | 0.84% | - |
| XYZ | 38.61 | 54.54 | 39.5 | - |
| YUV | 180.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 155 | 0.40 | 0 | 0.27 | 0.16 | 139.06 | 0.5 | 0.67 |
| Hex | 80 | D5 | 9B | 28 | 0 | 1B | 10 | 8B | 32 | 43 |
| Octal | 200 | 325 | 233 | 50 | 0 | 33 | 20 | 213 | 62 | 103 |
| Binary | 10000000 | 11010101 | 10011011 | 101000 | 0 | 11011 | 10000 | 10001011 | 110010 | 1000011 |
Color Harmonies of #80D59B
Complementary color
Monochromatic Colors of #80D59B
Black with #80D59B
Text Example
Text Example
White with #80D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D59B; }
p { color: rgb(128,213,155); }
H1.HeaderClassName
{
color: #80D59B;
}
.AnyTagClassName
{
color: #80D59B;
}
</style>
background-color css
<style>
a { background-color: #80D59B; }
a { background-color: rgb(128,213,155); }
div.DivClassName
{
background-color: #80D59B;
}
.BgClassName
{
background-color: #80D59B;
}
</style>
border-color css
<style>
span { border-color: #80D59B; }
span { border-color: rgb(128,213,155); }
td.TdClassName
{
border-color: #80D59B;
}
.TagClassName
{
border-color: #80D59B;
}
</style>