Shades of Silver Tree #66C08E
Tints of Silver Tree #66C08E
RGB
CMYK
RGB Variations
Color information
#66C08E (or 0x66C08E) is known color: Silver Tree. HEX triplet: 66, C0 and 8E. RGB value is (102,192,142). Sum of RGB (Red+Green+Blue) = 102+192+142=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #66C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C08E is #993F71. Grayscale: #9F9F9F. Windows color (decimal): -10043250 or 9355366. OLE color: 9355366.
HSL color Cylindrical-coordinate representation of color #66C08E: hue angle of 146.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 #66C08E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 142 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.25 |
| HSL | 146.67º | 0.42% | 0.58% | - |
| HSV(B) | 146.67º | 0.47% | 0.75% | - |
| XYZ | 29.21 | 42.48 | 32.25 | - |
| YUV | 159.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 142 | 0.47 | 0 | 0.26 | 0.25 | 146.67 | 0.42 | 0.58 |
| Hex | 66 | C0 | 8E | 2F | 0 | 1A | 19 | 93 | 2A | 3A |
| Octal | 146 | 300 | 216 | 57 | 0 | 32 | 31 | 223 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10001110 | 101111 | 0 | 11010 | 11001 | 10010011 | 101010 | 111010 |
Color Harmonies of #66C08E
Complementary color
Monochromatic Colors of #66C08E
Black with #66C08E
Text Example
Text Example
White with #66C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C08E; }
p { color: rgb(102,192,142); }
H1.HeaderClassName
{
color: #66C08E;
}
.AnyTagClassName
{
color: #66C08E;
}
</style>
background-color css
<style>
a { background-color: #66C08E; }
a { background-color: rgb(102,192,142); }
div.DivClassName
{
background-color: #66C08E;
}
.BgClassName
{
background-color: #66C08E;
}
</style>
border-color css
<style>
span { border-color: #66C08E; }
span { border-color: rgb(102,192,142); }
td.TdClassName
{
border-color: #66C08E;
}
.TagClassName
{
border-color: #66C08E;
}
</style>