Shades of Silver Tree #68BC94
Tints of Silver Tree #68BC94
RGB
CMYK
RGB Variations
Color information
#68BC94 (or 0x68BC94) is known color: Silver Tree. HEX triplet: 68, BC and 94. RGB value is (104,188,148). Sum of RGB (Red+Green+Blue) = 104+188+148=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC94 is #97436B. Grayscale: #9E9E9E. Windows color (decimal): -9913196 or 9747560. OLE color: 9747560.
HSL color Cylindrical-coordinate representation of color #68BC94: hue angle of 151.43º 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 #68BC94 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 148 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.26 |
| HSL | 151.43º | 0.39% | 0.57% | - |
| HSV(B) | 151.43º | 0.45% | 0.74% | - |
| XYZ | 29.04 | 41.05 | 34.41 | - |
| YUV | 158.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 148 | 0.45 | 0 | 0.21 | 0.26 | 151.43 | 0.39 | 0.57 |
| Hex | 68 | BC | 94 | 2D | 0 | 15 | 1A | 97 | 27 | 39 |
| Octal | 150 | 274 | 224 | 55 | 0 | 25 | 32 | 227 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10010100 | 101101 | 0 | 10101 | 11010 | 10010111 | 100111 | 111001 |
Color Harmonies of #68BC94
Complementary color
Monochromatic Colors of #68BC94
Black with #68BC94
Text Example
Text Example
White with #68BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC94; }
p { color: rgb(104,188,148); }
H1.HeaderClassName
{
color: #68BC94;
}
.AnyTagClassName
{
color: #68BC94;
}
</style>
background-color css
<style>
a { background-color: #68BC94; }
a { background-color: rgb(104,188,148); }
div.DivClassName
{
background-color: #68BC94;
}
.BgClassName
{
background-color: #68BC94;
}
</style>
border-color css
<style>
span { border-color: #68BC94; }
span { border-color: rgb(104,188,148); }
td.TdClassName
{
border-color: #68BC94;
}
.TagClassName
{
border-color: #68BC94;
}
</style>