#66BC80

Color #66BC80 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #66BC80

Tints of Silver Tree #66BC80

Color information

#66BC80 (or 0x66BC80) is unknown color: approx Silver Tree. HEX triplet: 66, BC and 80. RGB value is (102,188,128). Sum of RGB (Red+Green+Blue) = 102+188+128=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC80 is #99437F. Grayscale: #9B9B9B. Windows color (decimal): -10044288 or 8436838. OLE color: 8436838.

HSL color Cylindrical-coordinate representation of color #66BC80: hue angle of 138.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BC80 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB102188128-
CMYK0.4600.320.26
HSL138.14º39.09%56.86%-
HSV(B)138.14º45.74%73.73%-
XYZ27.3640.3526.77-
YUV155.45112.5189.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=24.40%
G=44.98%
B=30.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881280.4600.320.26138.1439.0956.86
Hex66BC802E0201A8a2739
Octal14627420056040322124771
Binary1100110101111001000000010111001000001101010001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BC80; }

 p { color: rgb(102,188,128); }

 H1.HeaderClassName
 {
   color: #66BC80;
 }
 .AnyTagClassName
 {
   color: #66BC80;
 }
</style>
background-color css

<style>
 a { background-color: #66BC80; }

 a { background-color: rgb(102,188,128); }

 div.DivClassName
 {
   background-color: #66BC80;
 }
 .BgClassName
 {
   background-color: #66BC80;
 }
</style>
border-color css

<style>
 span { border-color: #66BC80; }

 span { border-color: rgb(102,188,128); }

 td.TdClassName
 {
   border-color: #66BC80;
 }
 .TagClassName
 {
   border-color: #66BC80;
 }
</style>