Shades of Chinook #80E09D
Tints of Chinook #80E09D
RGB
CMYK
RGB Variations
Color information
#80E09D (or 0x80E09D) is known color: Chinook. HEX triplet: 80, E0 and 9D. RGB value is (128,224,157). Sum of RGB (Red+Green+Blue) = 128+224+157=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #80E09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E09D is #7F1F62. Grayscale: #BBBBBB. Windows color (decimal): -8331107 or 10346624. OLE color: 10346624.
HSL color Cylindrical-coordinate representation of color #80E09D: hue angle of 138.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E09D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 157 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.12 |
| HSL | 138.13º | 0.61% | 0.69% | - |
| HSV(B) | 138.13º | 0.43% | 0.88% | - |
| XYZ | 41.64 | 60.33 | 41.35 | - |
| YUV | 187.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 157 | 0.43 | 0 | 0.30 | 0.12 | 138.13 | 0.61 | 0.69 |
| Hex | 80 | E0 | 9D | 2B | 0 | 1E | C | 8A | 3D | 45 |
| Octal | 200 | 340 | 235 | 53 | 0 | 36 | 14 | 212 | 75 | 105 |
| Binary | 10000000 | 11100000 | 10011101 | 101011 | 0 | 11110 | 1100 | 10001010 | 111101 | 1000101 |
Color Harmonies of #80E09D
Complementary color
Monochromatic Colors of #80E09D
Black with #80E09D
Text Example
Text Example
White with #80E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E09D; }
p { color: rgb(128,224,157); }
H1.HeaderClassName
{
color: #80E09D;
}
.AnyTagClassName
{
color: #80E09D;
}
</style>
background-color css
<style>
a { background-color: #80E09D; }
a { background-color: rgb(128,224,157); }
div.DivClassName
{
background-color: #80E09D;
}
.BgClassName
{
background-color: #80E09D;
}
</style>
border-color css
<style>
span { border-color: #80E09D; }
span { border-color: rgb(128,224,157); }
td.TdClassName
{
border-color: #80E09D;
}
.TagClassName
{
border-color: #80E09D;
}
</style>