Shades of Pastel Green #68EA89
Tints of Pastel Green #68EA89
RGB
CMYK
RGB Variations
Color information
#68EA89 (or 0x68EA89) is known color: Pastel Green. HEX triplet: 68, EA and 89. RGB value is (104,234,137). Sum of RGB (Red+Green+Blue) = 104+234+137=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA89 is #971576. Grayscale: #B8B8B8. Windows color (decimal): -9901431 or 9038440. OLE color: 9038440.
HSL color Cylindrical-coordinate representation of color #68EA89: hue angle of 135.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EA89 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 137 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.08 |
| HSL | 135.23º | 0.76% | 0.66% | - |
| HSV(B) | 135.23º | 0.56% | 0.92% | - |
| XYZ | 39.65 | 63.59 | 33.85 | - |
| YUV | 184.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 137 | 0.56 | 0 | 0.41 | 0.08 | 135.23 | 0.76 | 0.66 |
| Hex | 68 | EA | 89 | 38 | 0 | 29 | 8 | 87 | 4C | 42 |
| Octal | 150 | 352 | 211 | 70 | 0 | 51 | 10 | 207 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10001001 | 111000 | 0 | 101001 | 1000 | 10000111 | 1001100 | 1000010 |
Color Harmonies of #68EA89
Complementary color
Monochromatic Colors of #68EA89
Black with #68EA89
Text Example
Text Example
White with #68EA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA89; }
p { color: rgb(104,234,137); }
H1.HeaderClassName
{
color: #68EA89;
}
.AnyTagClassName
{
color: #68EA89;
}
</style>
background-color css
<style>
a { background-color: #68EA89; }
a { background-color: rgb(104,234,137); }
div.DivClassName
{
background-color: #68EA89;
}
.BgClassName
{
background-color: #68EA89;
}
</style>
border-color css
<style>
span { border-color: #68EA89; }
span { border-color: rgb(104,234,137); }
td.TdClassName
{
border-color: #68EA89;
}
.TagClassName
{
border-color: #68EA89;
}
</style>