#66CA8C

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

Shades of Silver Tree #66CA8C

Tints of Silver Tree #66CA8C

Color information

#66CA8C (or 0x66CA8C) is unknown color: approx Silver Tree. HEX triplet: 66, CA and 8C. RGB value is (102,202,140). Sum of RGB (Red+Green+Blue) = 102+202+140=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA8C is #993573. Grayscale: #A5A5A5. Windows color (decimal): -10040692 or 9226854. OLE color: 9226854.

HSL color Cylindrical-coordinate representation of color #66CA8C: hue angle of 142.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA8C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB102202140-
CMYK0.5000.310.21
HSL142.8º48.54%59.61%-
HSV(B)142.8º49.5%79.22%-
XYZ31.3346.9632.22-
YUV165.03113.8783.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=22.97%
G=45.50%
B=31.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021400.5000.310.21142.848.5459.61
Hex66CA8C3201F158f313c
Octal14631221462037252176174
Binary110011011001010100011001100100111111010110001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,140); }

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

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

 a { background-color: rgb(102,202,140); }

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

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

 span { border-color: rgb(102,202,140); }

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