Shades of Summer Green #80CFA0
Tints of Summer Green #80CFA0
RGB
CMYK
RGB Variations
Color information
#80CFA0 (or 0x80CFA0) is known color: Summer Green. HEX triplet: 80, CF and A0. RGB value is (128,207,160). Sum of RGB (Red+Green+Blue) = 128+207+160=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA0 is #7F305F. Grayscale: #B2B2B2. Windows color (decimal): -8335456 or 10538880. OLE color: 10538880.
HSL color Cylindrical-coordinate representation of color #80CFA0: hue angle of 144.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFA0 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 160 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.19 |
| HSL | 144.3º | 0.45% | 0.66% | - |
| HSV(B) | 144.3º | 0.38% | 0.81% | - |
| XYZ | 37.56 | 51.75 | 41.27 | - |
| YUV | 178.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 160 | 0.38 | 0 | 0.23 | 0.19 | 144.3 | 0.45 | 0.66 |
| Hex | 80 | CF | A0 | 26 | 0 | 17 | 13 | 90 | 2D | 42 |
| Octal | 200 | 317 | 240 | 46 | 0 | 27 | 23 | 220 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10100000 | 100110 | 0 | 10111 | 10011 | 10010000 | 101101 | 1000010 |
Color Harmonies of #80CFA0
Complementary color
Monochromatic Colors of #80CFA0
Black with #80CFA0
Text Example
Text Example
White with #80CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFA0; }
p { color: rgb(128,207,160); }
H1.HeaderClassName
{
color: #80CFA0;
}
.AnyTagClassName
{
color: #80CFA0;
}
</style>
background-color css
<style>
a { background-color: #80CFA0; }
a { background-color: rgb(128,207,160); }
div.DivClassName
{
background-color: #80CFA0;
}
.BgClassName
{
background-color: #80CFA0;
}
</style>
border-color css
<style>
span { border-color: #80CFA0; }
span { border-color: rgb(128,207,160); }
td.TdClassName
{
border-color: #80CFA0;
}
.TagClassName
{
border-color: #80CFA0;
}
</style>