Shades of Pastel Green #68EA88
Tints of Pastel Green #68EA88
RGB
CMYK
RGB Variations
Color information
#68EA88 (or 0x68EA88) is known color: Pastel Green. HEX triplet: 68, EA and 88. RGB value is (104,234,136). Sum of RGB (Red+Green+Blue) = 104+234+136=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA88 is #971577. Grayscale: #B8B8B8. Windows color (decimal): -9901432 or 8972904. OLE color: 8972904.
HSL color Cylindrical-coordinate representation of color #68EA88: hue angle of 134.77º 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 #68EA88 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 136 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.08 |
| HSL | 134.77º | 0.76% | 0.66% | - |
| HSV(B) | 134.77º | 0.56% | 0.92% | - |
| XYZ | 39.58 | 63.57 | 33.48 | - |
| YUV | 183.96 | 100.93 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 136 | 0.56 | 0 | 0.42 | 0.08 | 134.77 | 0.76 | 0.66 |
| Hex | 68 | EA | 88 | 38 | 0 | 2A | 8 | 87 | 4C | 42 |
| Octal | 150 | 352 | 210 | 70 | 0 | 52 | 10 | 207 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10001000 | 111000 | 0 | 101010 | 1000 | 10000111 | 1001100 | 1000010 |
Color Harmonies of #68EA88
Complementary color
Monochromatic Colors of #68EA88
Black with #68EA88
Text Example
Text Example
White with #68EA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA88; }
p { color: rgb(104,234,136); }
H1.HeaderClassName
{
color: #68EA88;
}
.AnyTagClassName
{
color: #68EA88;
}
</style>
background-color css
<style>
a { background-color: #68EA88; }
a { background-color: rgb(104,234,136); }
div.DivClassName
{
background-color: #68EA88;
}
.BgClassName
{
background-color: #68EA88;
}
</style>
border-color css
<style>
span { border-color: #68EA88; }
span { border-color: rgb(104,234,136); }
td.TdClassName
{
border-color: #68EA88;
}
.TagClassName
{
border-color: #68EA88;
}
</style>