Shades of Pastel Green #68EA8C
Tints of Pastel Green #68EA8C
RGB
CMYK
RGB Variations
Color information
#68EA8C (or 0x68EA8C) is known color: Pastel Green. HEX triplet: 68, EA and 8C. RGB value is (104,234,140). Sum of RGB (Red+Green+Blue) = 104+234+140=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA8C is #971573. Grayscale: #B8B8B8. Windows color (decimal): -9901428 or 9235048. OLE color: 9235048.
HSL color Cylindrical-coordinate representation of color #68EA8C: hue angle of 136.62º 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 #68EA8C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 140 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.08 |
| HSL | 136.62º | 0.76% | 0.66% | - |
| HSV(B) | 136.62º | 0.56% | 0.92% | - |
| XYZ | 39.87 | 63.68 | 35 | - |
| YUV | 184.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 140 | 0.56 | 0 | 0.40 | 0.08 | 136.62 | 0.76 | 0.66 |
| Hex | 68 | EA | 8C | 38 | 0 | 28 | 8 | 89 | 4C | 42 |
| Octal | 150 | 352 | 214 | 70 | 0 | 50 | 10 | 211 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10001100 | 111000 | 0 | 101000 | 1000 | 10001001 | 1001100 | 1000010 |
Color Harmonies of #68EA8C
Complementary color
Monochromatic Colors of #68EA8C
Black with #68EA8C
Text Example
Text Example
White with #68EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA8C; }
p { color: rgb(104,234,140); }
H1.HeaderClassName
{
color: #68EA8C;
}
.AnyTagClassName
{
color: #68EA8C;
}
</style>
background-color css
<style>
a { background-color: #68EA8C; }
a { background-color: rgb(104,234,140); }
div.DivClassName
{
background-color: #68EA8C;
}
.BgClassName
{
background-color: #68EA8C;
}
</style>
border-color css
<style>
span { border-color: #68EA8C; }
span { border-color: rgb(104,234,140); }
td.TdClassName
{
border-color: #68EA8C;
}
.TagClassName
{
border-color: #68EA8C;
}
</style>