Shades of Pastel Green #68DA88
Tints of Pastel Green #68DA88
RGB
CMYK
RGB Variations
Color information
#68DA88 (or 0x68DA88) is known color: Pastel Green. HEX triplet: 68, DA and 88. RGB value is (104,218,136). Sum of RGB (Red+Green+Blue) = 104+218+136=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA88 is #972577. Grayscale: #AEAEAE. Windows color (decimal): -9905528 or 8968808. OLE color: 8968808.
HSL color Cylindrical-coordinate representation of color #68DA88: hue angle of 136.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA88 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 136 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.15 |
| HSL | 136.84º | 0.61% | 0.63% | - |
| HSV(B) | 136.84º | 0.52% | 0.85% | - |
| XYZ | 35.22 | 54.86 | 32.03 | - |
| YUV | 174.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 136 | 0.52 | 0 | 0.38 | 0.15 | 136.84 | 0.61 | 0.63 |
| Hex | 68 | DA | 88 | 34 | 0 | 26 | F | 89 | 3D | 3F |
| Octal | 150 | 332 | 210 | 64 | 0 | 46 | 17 | 211 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10001000 | 110100 | 0 | 100110 | 1111 | 10001001 | 111101 | 111111 |
Color Harmonies of #68DA88
Complementary color
Monochromatic Colors of #68DA88
Black with #68DA88
Text Example
Text Example
White with #68DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA88; }
p { color: rgb(104,218,136); }
H1.HeaderClassName
{
color: #68DA88;
}
.AnyTagClassName
{
color: #68DA88;
}
</style>
background-color css
<style>
a { background-color: #68DA88; }
a { background-color: rgb(104,218,136); }
div.DivClassName
{
background-color: #68DA88;
}
.BgClassName
{
background-color: #68DA88;
}
</style>
border-color css
<style>
span { border-color: #68DA88; }
span { border-color: rgb(104,218,136); }
td.TdClassName
{
border-color: #68DA88;
}
.TagClassName
{
border-color: #68DA88;
}
</style>