Shades of Pastel Green #68DB88
Tints of Pastel Green #68DB88
RGB
CMYK
RGB Variations
Color information
#68DB88 (or 0x68DB88) is known color: Pastel Green. HEX triplet: 68, DB and 88. RGB value is (104,219,136). Sum of RGB (Red+Green+Blue) = 104+219+136=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB88 is #972477. Grayscale: #AFAFAF. Windows color (decimal): -9905272 or 8969064. OLE color: 8969064.
HSL color Cylindrical-coordinate representation of color #68DB88: hue angle of 136.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB88 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 136 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.14 |
| HSL | 136.7º | 0.61% | 0.63% | - |
| HSV(B) | 136.7º | 0.53% | 0.86% | - |
| XYZ | 35.48 | 55.38 | 32.11 | - |
| YUV | 175.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 136 | 0.53 | 0 | 0.38 | 0.14 | 136.7 | 0.61 | 0.63 |
| Hex | 68 | DB | 88 | 35 | 0 | 26 | E | 89 | 3D | 3F |
| Octal | 150 | 333 | 210 | 65 | 0 | 46 | 16 | 211 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10001000 | 110101 | 0 | 100110 | 1110 | 10001001 | 111101 | 111111 |
Color Harmonies of #68DB88
Complementary color
Monochromatic Colors of #68DB88
Black with #68DB88
Text Example
Text Example
White with #68DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB88; }
p { color: rgb(104,219,136); }
H1.HeaderClassName
{
color: #68DB88;
}
.AnyTagClassName
{
color: #68DB88;
}
</style>
background-color css
<style>
a { background-color: #68DB88; }
a { background-color: rgb(104,219,136); }
div.DivClassName
{
background-color: #68DB88;
}
.BgClassName
{
background-color: #68DB88;
}
</style>
border-color css
<style>
span { border-color: #68DB88; }
span { border-color: rgb(104,219,136); }
td.TdClassName
{
border-color: #68DB88;
}
.TagClassName
{
border-color: #68DB88;
}
</style>