Shades of Pastel Green #68EA86
Tints of Pastel Green #68EA86
RGB
CMYK
RGB Variations
Color information
#68EA86 (or 0x68EA86) is known color: Pastel Green. HEX triplet: 68, EA and 86. RGB value is (104,234,134). Sum of RGB (Red+Green+Blue) = 104+234+134=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA86 is #971579. Grayscale: #B8B8B8. Windows color (decimal): -9901434 or 8841832. OLE color: 8841832.
HSL color Cylindrical-coordinate representation of color #68EA86: hue angle of 133.85º 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 #68EA86 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 134 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.08 |
| HSL | 133.85º | 0.76% | 0.66% | - |
| HSV(B) | 133.85º | 0.56% | 0.92% | - |
| XYZ | 39.43 | 63.51 | 32.73 | - |
| YUV | 183.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 134 | 0.56 | 0 | 0.43 | 0.08 | 133.85 | 0.76 | 0.66 |
| Hex | 68 | EA | 86 | 38 | 0 | 2B | 8 | 86 | 4C | 42 |
| Octal | 150 | 352 | 206 | 70 | 0 | 53 | 10 | 206 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10000110 | 111000 | 0 | 101011 | 1000 | 10000110 | 1001100 | 1000010 |
Color Harmonies of #68EA86
Complementary color
Monochromatic Colors of #68EA86
Black with #68EA86
Text Example
Text Example
White with #68EA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA86; }
p { color: rgb(104,234,134); }
H1.HeaderClassName
{
color: #68EA86;
}
.AnyTagClassName
{
color: #68EA86;
}
</style>
background-color css
<style>
a { background-color: #68EA86; }
a { background-color: rgb(104,234,134); }
div.DivClassName
{
background-color: #68EA86;
}
.BgClassName
{
background-color: #68EA86;
}
</style>
border-color css
<style>
span { border-color: #68EA86; }
span { border-color: rgb(104,234,134); }
td.TdClassName
{
border-color: #68EA86;
}
.TagClassName
{
border-color: #68EA86;
}
</style>