Shades of Pastel Green #68EA8A
Tints of Pastel Green #68EA8A
RGB
CMYK
RGB Variations
Color information
#68EA8A (or 0x68EA8A) is known color: Pastel Green. HEX triplet: 68, EA and 8A. RGB value is (104,234,138). Sum of RGB (Red+Green+Blue) = 104+234+138=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA8A is #971575. Grayscale: #B8B8B8. Windows color (decimal): -9901430 or 9103976. OLE color: 9103976.
HSL color Cylindrical-coordinate representation of color #68EA8A: hue angle of 135.69º 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 #68EA8A is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 138 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.08 |
| HSL | 135.69º | 0.76% | 0.66% | - |
| HSV(B) | 135.69º | 0.56% | 0.92% | - |
| XYZ | 39.72 | 63.62 | 34.23 | - |
| YUV | 184.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 138 | 0.56 | 0 | 0.41 | 0.08 | 135.69 | 0.76 | 0.66 |
| Hex | 68 | EA | 8A | 38 | 0 | 29 | 8 | 88 | 4C | 42 |
| Octal | 150 | 352 | 212 | 70 | 0 | 51 | 10 | 210 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10001010 | 111000 | 0 | 101001 | 1000 | 10001000 | 1001100 | 1000010 |
Color Harmonies of #68EA8A
Complementary color
Monochromatic Colors of #68EA8A
Black with #68EA8A
Text Example
Text Example
White with #68EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA8A; }
p { color: rgb(104,234,138); }
H1.HeaderClassName
{
color: #68EA8A;
}
.AnyTagClassName
{
color: #68EA8A;
}
</style>
background-color css
<style>
a { background-color: #68EA8A; }
a { background-color: rgb(104,234,138); }
div.DivClassName
{
background-color: #68EA8A;
}
.BgClassName
{
background-color: #68EA8A;
}
</style>
border-color css
<style>
span { border-color: #68EA8A; }
span { border-color: rgb(104,234,138); }
td.TdClassName
{
border-color: #68EA8A;
}
.TagClassName
{
border-color: #68EA8A;
}
</style>