Shades of Chelsea Cucumber #80AA55
Tints of Chelsea Cucumber #80AA55
RGB
CMYK
RGB Variations
Color information
#80AA55 (or 0x80AA55) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 55. RGB value is (128,170,85). Sum of RGB (Red+Green+Blue) = 128+170+85=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA55 is #7F55AA. Grayscale: #949494. Windows color (decimal): -8345003 or 5614208. OLE color: 5614208.
HSL color Cylindrical-coordinate representation of color #80AA55: hue angle of 89.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80AA55 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 85 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.33 |
| HSL | 89.65º | 0.33% | 0.5% | - |
| HSV(B) | 89.65º | 0.5% | 0.67% | - |
| XYZ | 24.92 | 33.99 | 13.84 | - |
| YUV | 147.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 85 | 0.25 | 0 | 0.50 | 0.33 | 89.65 | 0.33 | 0.5 |
| Hex | 80 | AA | 55 | 19 | 0 | 32 | 21 | 5A | 21 | 32 |
| Octal | 200 | 252 | 125 | 31 | 0 | 62 | 41 | 132 | 41 | 62 |
| Binary | 10000000 | 10101010 | 1010101 | 11001 | 0 | 110010 | 100001 | 1011010 | 100001 | 110010 |
Color Harmonies of #80AA55
Complementary color
Monochromatic Colors of #80AA55
Black with #80AA55
Text Example
Text Example
White with #80AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA55; }
p { color: rgb(128,170,85); }
H1.HeaderClassName
{
color: #80AA55;
}
.AnyTagClassName
{
color: #80AA55;
}
</style>
background-color css
<style>
a { background-color: #80AA55; }
a { background-color: rgb(128,170,85); }
div.DivClassName
{
background-color: #80AA55;
}
.BgClassName
{
background-color: #80AA55;
}
</style>
border-color css
<style>
span { border-color: #80AA55; }
span { border-color: rgb(128,170,85); }
td.TdClassName
{
border-color: #80AA55;
}
.TagClassName
{
border-color: #80AA55;
}
</style>