Shades of Silver Tree #68BC88
Tints of Silver Tree #68BC88
RGB
CMYK
RGB Variations
Color information
#68BC88 (or 0x68BC88) is known color: Silver Tree. HEX triplet: 68, BC and 88. RGB value is (104,188,136). Sum of RGB (Red+Green+Blue) = 104+188+136=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC88 is #974377. Grayscale: #9D9D9D. Windows color (decimal): -9913208 or 8961128. OLE color: 8961128.
HSL color Cylindrical-coordinate representation of color #68BC88: hue angle of 142.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC88 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 136 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.26 |
| HSL | 142.86º | 0.39% | 0.57% | - |
| HSV(B) | 142.86º | 0.45% | 0.74% | - |
| XYZ | 28.14 | 40.69 | 29.66 | - |
| YUV | 156.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 136 | 0.45 | 0 | 0.28 | 0.26 | 142.86 | 0.39 | 0.57 |
| Hex | 68 | BC | 88 | 2D | 0 | 1C | 1A | 8F | 27 | 39 |
| Octal | 150 | 274 | 210 | 55 | 0 | 34 | 32 | 217 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10001000 | 101101 | 0 | 11100 | 11010 | 10001111 | 100111 | 111001 |
Color Harmonies of #68BC88
Complementary color
Monochromatic Colors of #68BC88
Black with #68BC88
Text Example
Text Example
White with #68BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC88; }
p { color: rgb(104,188,136); }
H1.HeaderClassName
{
color: #68BC88;
}
.AnyTagClassName
{
color: #68BC88;
}
</style>
background-color css
<style>
a { background-color: #68BC88; }
a { background-color: rgb(104,188,136); }
div.DivClassName
{
background-color: #68BC88;
}
.BgClassName
{
background-color: #68BC88;
}
</style>
border-color css
<style>
span { border-color: #68BC88; }
span { border-color: rgb(104,188,136); }
td.TdClassName
{
border-color: #68BC88;
}
.TagClassName
{
border-color: #68BC88;
}
</style>