Shades of Pastel Green #68EE94
Tints of Pastel Green #68EE94
RGB
CMYK
RGB Variations
Color information
#68EE94 (or 0x68EE94) is known color: Pastel Green. HEX triplet: 68, EE and 94. RGB value is (104,238,148). Sum of RGB (Red+Green+Blue) = 104+238+148=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE94 is #97116B. Grayscale: #BBBBBB. Windows color (decimal): -9900396 or 9760360. OLE color: 9760360.
HSL color Cylindrical-coordinate representation of color #68EE94: hue angle of 139.7º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE94 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 148 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.07 |
| HSL | 139.7º | 0.8% | 0.67% | - |
| HSV(B) | 139.7º | 0.56% | 0.93% | - |
| XYZ | 41.63 | 66.23 | 38.61 | - |
| YUV | 187.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 148 | 0.56 | 0 | 0.38 | 0.07 | 139.7 | 0.8 | 0.67 |
| Hex | 68 | EE | 94 | 38 | 0 | 26 | 7 | 8C | 50 | 43 |
| Octal | 150 | 356 | 224 | 70 | 0 | 46 | 7 | 214 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10010100 | 111000 | 0 | 100110 | 111 | 10001100 | 1010000 | 1000011 |
Color Harmonies of #68EE94
Complementary color
Monochromatic Colors of #68EE94
Black with #68EE94
Text Example
Text Example
White with #68EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE94; }
p { color: rgb(104,238,148); }
H1.HeaderClassName
{
color: #68EE94;
}
.AnyTagClassName
{
color: #68EE94;
}
</style>
background-color css
<style>
a { background-color: #68EE94; }
a { background-color: rgb(104,238,148); }
div.DivClassName
{
background-color: #68EE94;
}
.BgClassName
{
background-color: #68EE94;
}
</style>
border-color css
<style>
span { border-color: #68EE94; }
span { border-color: rgb(104,238,148); }
td.TdClassName
{
border-color: #68EE94;
}
.TagClassName
{
border-color: #68EE94;
}
</style>