Shades of Summer Green #80D09F
Tints of Summer Green #80D09F
RGB
CMYK
RGB Variations
Color information
#80D09F (or 0x80D09F) is known color: Summer Green. HEX triplet: 80, D0 and 9F. RGB value is (128,208,159). Sum of RGB (Red+Green+Blue) = 128+208+159=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #80D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D09F is #7F2F60. Grayscale: #B2B2B2. Windows color (decimal): -8335201 or 10473600. OLE color: 10473600.
HSL color Cylindrical-coordinate representation of color #80D09F: hue angle of 143.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D09F is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 159 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.18 |
| HSL | 143.25º | 0.46% | 0.66% | - |
| HSV(B) | 143.25º | 0.38% | 0.82% | - |
| XYZ | 37.72 | 52.2 | 40.89 | - |
| YUV | 178.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 159 | 0.38 | 0 | 0.24 | 0.18 | 143.25 | 0.46 | 0.66 |
| Hex | 80 | D0 | 9F | 26 | 0 | 18 | 12 | 8F | 2E | 42 |
| Octal | 200 | 320 | 237 | 46 | 0 | 30 | 22 | 217 | 56 | 102 |
| Binary | 10000000 | 11010000 | 10011111 | 100110 | 0 | 11000 | 10010 | 10001111 | 101110 | 1000010 |
Color Harmonies of #80D09F
Complementary color
Monochromatic Colors of #80D09F
Black with #80D09F
Text Example
Text Example
White with #80D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D09F; }
p { color: rgb(128,208,159); }
H1.HeaderClassName
{
color: #80D09F;
}
.AnyTagClassName
{
color: #80D09F;
}
</style>
background-color css
<style>
a { background-color: #80D09F; }
a { background-color: rgb(128,208,159); }
div.DivClassName
{
background-color: #80D09F;
}
.BgClassName
{
background-color: #80D09F;
}
</style>
border-color css
<style>
span { border-color: #80D09F; }
span { border-color: rgb(128,208,159); }
td.TdClassName
{
border-color: #80D09F;
}
.TagClassName
{
border-color: #80D09F;
}
</style>