Shades of Silver Tree #66C088
Tints of Silver Tree #66C088
RGB
CMYK
RGB Variations
Color information
#66C088 (or 0x66C088) is known color: Silver Tree. HEX triplet: 66, C0 and 88. RGB value is (102,192,136). Sum of RGB (Red+Green+Blue) = 102+192+136=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #66C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C088 is #993F77. Grayscale: #9E9E9E. Windows color (decimal): -10043256 or 8962150. OLE color: 8962150.
HSL color Cylindrical-coordinate representation of color #66C088: hue angle of 142.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C088 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 136 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.25 |
| HSL | 142.67º | 0.42% | 0.58% | - |
| HSV(B) | 142.67º | 0.47% | 0.75% | - |
| XYZ | 28.77 | 42.3 | 29.94 | - |
| YUV | 158.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 136 | 0.47 | 0 | 0.29 | 0.25 | 142.67 | 0.42 | 0.58 |
| Hex | 66 | C0 | 88 | 2F | 0 | 1D | 19 | 8F | 2A | 3A |
| Octal | 146 | 300 | 210 | 57 | 0 | 35 | 31 | 217 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10001000 | 101111 | 0 | 11101 | 11001 | 10001111 | 101010 | 111010 |
Color Harmonies of #66C088
Complementary color
Monochromatic Colors of #66C088
Black with #66C088
Text Example
Text Example
White with #66C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C088; }
p { color: rgb(102,192,136); }
H1.HeaderClassName
{
color: #66C088;
}
.AnyTagClassName
{
color: #66C088;
}
</style>
background-color css
<style>
a { background-color: #66C088; }
a { background-color: rgb(102,192,136); }
div.DivClassName
{
background-color: #66C088;
}
.BgClassName
{
background-color: #66C088;
}
</style>
border-color css
<style>
span { border-color: #66C088; }
span { border-color: rgb(102,192,136); }
td.TdClassName
{
border-color: #66C088;
}
.TagClassName
{
border-color: #66C088;
}
</style>