Shades of Pastel Green #7AEB88
Tints of Pastel Green #7AEB88
RGB
CMYK
RGB Variations
Color information
#7AEB88 (or 0x7AEB88) is known color: Pastel Green. HEX triplet: 7A, EB and 88. RGB value is (122,235,136). Sum of RGB (Red+Green+Blue) = 122+235+136=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEB88 is #851477. Grayscale: #BEBEBE. Windows color (decimal): -8721528 or 8973178. OLE color: 8973178.
HSL color Cylindrical-coordinate representation of color #7AEB88: hue angle of 127.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEB88 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 136 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.08 |
| HSL | 127.43º | 0.74% | 0.7% | - |
| HSV(B) | 127.43º | 0.48% | 0.92% | - |
| XYZ | 42.18 | 65.33 | 33.68 | - |
| YUV | 189.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 136 | 0.48 | 0 | 0.42 | 0.08 | 127.43 | 0.74 | 0.7 |
| Hex | 7A | EB | 88 | 30 | 0 | 2A | 8 | 7F | 4A | 46 |
| Octal | 172 | 353 | 210 | 60 | 0 | 52 | 10 | 177 | 112 | 106 |
| Binary | 1111010 | 11101011 | 10001000 | 110000 | 0 | 101010 | 1000 | 1111111 | 1001010 | 1000110 |
Color Harmonies of #7AEB88
Complementary color
Monochromatic Colors of #7AEB88
Black with #7AEB88
Text Example
Text Example
White with #7AEB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEB88; }
p { color: rgb(122,235,136); }
H1.HeaderClassName
{
color: #7AEB88;
}
.AnyTagClassName
{
color: #7AEB88;
}
</style>
background-color css
<style>
a { background-color: #7AEB88; }
a { background-color: rgb(122,235,136); }
div.DivClassName
{
background-color: #7AEB88;
}
.BgClassName
{
background-color: #7AEB88;
}
</style>
border-color css
<style>
span { border-color: #7AEB88; }
span { border-color: rgb(122,235,136); }
td.TdClassName
{
border-color: #7AEB88;
}
.TagClassName
{
border-color: #7AEB88;
}
</style>