Shades of Silver Tree #66C198
Tints of Silver Tree #66C198
RGB
CMYK
RGB Variations
Color information
#66C198 (or 0x66C198) is known color: Silver Tree. HEX triplet: 66, C1 and 98. RGB value is (102,193,152). Sum of RGB (Red+Green+Blue) = 102+193+152=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #66C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C198 is #993E67. Grayscale: #A1A1A1. Windows color (decimal): -10042984 or 10010982. OLE color: 10010982.
HSL color Cylindrical-coordinate representation of color #66C198: hue angle of 152.97º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C198 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 152 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.24 |
| HSL | 152.97º | 0.42% | 0.58% | - |
| HSV(B) | 152.97º | 0.47% | 0.76% | - |
| XYZ | 30.22 | 43.23 | 36.46 | - |
| YUV | 161.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 152 | 0.47 | 0 | 0.21 | 0.24 | 152.97 | 0.42 | 0.58 |
| Hex | 66 | C1 | 98 | 2F | 0 | 15 | 18 | 99 | 2A | 3A |
| Octal | 146 | 301 | 230 | 57 | 0 | 25 | 30 | 231 | 52 | 72 |
| Binary | 1100110 | 11000001 | 10011000 | 101111 | 0 | 10101 | 11000 | 10011001 | 101010 | 111010 |
Color Harmonies of #66C198
Complementary color
Monochromatic Colors of #66C198
Black with #66C198
Text Example
Text Example
White with #66C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C198; }
p { color: rgb(102,193,152); }
H1.HeaderClassName
{
color: #66C198;
}
.AnyTagClassName
{
color: #66C198;
}
</style>
background-color css
<style>
a { background-color: #66C198; }
a { background-color: rgb(102,193,152); }
div.DivClassName
{
background-color: #66C198;
}
.BgClassName
{
background-color: #66C198;
}
</style>
border-color css
<style>
span { border-color: #66C198; }
span { border-color: rgb(102,193,152); }
td.TdClassName
{
border-color: #66C198;
}
.TagClassName
{
border-color: #66C198;
}
</style>