Shades of Chinook #80E09E
Tints of Chinook #80E09E
RGB
CMYK
RGB Variations
Color information
#80E09E (or 0x80E09E) is known color: Chinook. HEX triplet: 80, E0 and 9E. RGB value is (128,224,158). Sum of RGB (Red+Green+Blue) = 128+224+158=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #80E09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E09E is #7F1F61. Grayscale: #BBBBBB. Windows color (decimal): -8331106 or 10412160. OLE color: 10412160.
HSL color Cylindrical-coordinate representation of color #80E09E: hue angle of 138.75º 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 #80E09E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 158 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.12 |
| HSL | 138.75º | 0.61% | 0.69% | - |
| HSV(B) | 138.75º | 0.43% | 0.88% | - |
| XYZ | 41.73 | 60.37 | 41.8 | - |
| YUV | 187.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 158 | 0.43 | 0 | 0.29 | 0.12 | 138.75 | 0.61 | 0.69 |
| Hex | 80 | E0 | 9E | 2B | 0 | 1D | C | 8B | 3D | 45 |
| Octal | 200 | 340 | 236 | 53 | 0 | 35 | 14 | 213 | 75 | 105 |
| Binary | 10000000 | 11100000 | 10011110 | 101011 | 0 | 11101 | 1100 | 10001011 | 111101 | 1000101 |
Color Harmonies of #80E09E
Complementary color
Monochromatic Colors of #80E09E
Black with #80E09E
Text Example
Text Example
White with #80E09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E09E; }
p { color: rgb(128,224,158); }
H1.HeaderClassName
{
color: #80E09E;
}
.AnyTagClassName
{
color: #80E09E;
}
</style>
background-color css
<style>
a { background-color: #80E09E; }
a { background-color: rgb(128,224,158); }
div.DivClassName
{
background-color: #80E09E;
}
.BgClassName
{
background-color: #80E09E;
}
</style>
border-color css
<style>
span { border-color: #80E09E; }
span { border-color: rgb(128,224,158); }
td.TdClassName
{
border-color: #80E09E;
}
.TagClassName
{
border-color: #80E09E;
}
</style>