Shades of Silver Tree #66BA88
Tints of Silver Tree #66BA88
RGB
CMYK
RGB Variations
Color information
#66BA88 (or 0x66BA88) is known color: Silver Tree. HEX triplet: 66, BA and 88. RGB value is (102,186,136). Sum of RGB (Red+Green+Blue) = 102+186+136=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BA88 is #994577. Grayscale: #9B9B9B. Windows color (decimal): -10044792 or 8960614. OLE color: 8960614.
HSL color Cylindrical-coordinate representation of color #66BA88: hue angle of 144.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA88 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 136 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.27 |
| HSL | 144.29º | 0.38% | 0.56% | - |
| HSV(B) | 144.29º | 0.45% | 0.73% | - |
| XYZ | 27.48 | 39.72 | 29.51 | - |
| YUV | 155.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 136 | 0.45 | 0 | 0.27 | 0.27 | 144.29 | 0.38 | 0.56 |
| Hex | 66 | BA | 88 | 2D | 0 | 1B | 1B | 90 | 26 | 38 |
| Octal | 146 | 272 | 210 | 55 | 0 | 33 | 33 | 220 | 46 | 70 |
| Binary | 1100110 | 10111010 | 10001000 | 101101 | 0 | 11011 | 11011 | 10010000 | 100110 | 111000 |
Color Harmonies of #66BA88
Complementary color
Monochromatic Colors of #66BA88
Black with #66BA88
Text Example
Text Example
White with #66BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA88; }
p { color: rgb(102,186,136); }
H1.HeaderClassName
{
color: #66BA88;
}
.AnyTagClassName
{
color: #66BA88;
}
</style>
background-color css
<style>
a { background-color: #66BA88; }
a { background-color: rgb(102,186,136); }
div.DivClassName
{
background-color: #66BA88;
}
.BgClassName
{
background-color: #66BA88;
}
</style>
border-color css
<style>
span { border-color: #66BA88; }
span { border-color: rgb(102,186,136); }
td.TdClassName
{
border-color: #66BA88;
}
.TagClassName
{
border-color: #66BA88;
}
</style>