Shades of Chinook #80D99B
Tints of Chinook #80D99B
RGB
CMYK
RGB Variations
Color information
#80D99B (or 0x80D99B) is known color: Chinook. HEX triplet: 80, D9 and 9B. RGB value is (128,217,155). Sum of RGB (Red+Green+Blue) = 128+217+155=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #80D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D99B is #7F2664. Grayscale: #B7B7B7. Windows color (decimal): -8332901 or 10213760. OLE color: 10213760.
HSL color Cylindrical-coordinate representation of color #80D99B: hue angle of 138.2º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D99B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 155 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.15 |
| HSL | 138.2º | 0.54% | 0.68% | - |
| HSV(B) | 138.2º | 0.41% | 0.85% | - |
| XYZ | 39.63 | 56.58 | 39.84 | - |
| YUV | 183.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 155 | 0.41 | 0 | 0.29 | 0.15 | 138.2 | 0.54 | 0.68 |
| Hex | 80 | D9 | 9B | 29 | 0 | 1D | F | 8A | 36 | 44 |
| Octal | 200 | 331 | 233 | 51 | 0 | 35 | 17 | 212 | 66 | 104 |
| Binary | 10000000 | 11011001 | 10011011 | 101001 | 0 | 11101 | 1111 | 10001010 | 110110 | 1000100 |
Color Harmonies of #80D99B
Complementary color
Monochromatic Colors of #80D99B
Black with #80D99B
Text Example
Text Example
White with #80D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D99B; }
p { color: rgb(128,217,155); }
H1.HeaderClassName
{
color: #80D99B;
}
.AnyTagClassName
{
color: #80D99B;
}
</style>
background-color css
<style>
a { background-color: #80D99B; }
a { background-color: rgb(128,217,155); }
div.DivClassName
{
background-color: #80D99B;
}
.BgClassName
{
background-color: #80D99B;
}
</style>
border-color css
<style>
span { border-color: #80D99B; }
span { border-color: rgb(128,217,155); }
td.TdClassName
{
border-color: #80D99B;
}
.TagClassName
{
border-color: #80D99B;
}
</style>