#66CA8B

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

Shades of Silver Tree #66CA8B

Tints of Silver Tree #66CA8B

Color information

#66CA8B (or 0x66CA8B) is unknown color: approx Silver Tree. HEX triplet: 66, CA and 8B. RGB value is (102,202,139). Sum of RGB (Red+Green+Blue) = 102+202+139=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA8B is #993574. Grayscale: #A5A5A5. Windows color (decimal): -10040693 or 9161318. OLE color: 9161318.

HSL color Cylindrical-coordinate representation of color #66CA8B: hue angle of 142.2º 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 #66CA8B is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB102202139-
CMYK0.5000.310.21
HSL142.2º48.54%59.61%-
HSV(B)142.2º49.5%79.22%-
XYZ31.2646.9331.84-
YUV164.92113.3783.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=23.02%
G=45.60%
B=31.38%

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
Decimal1022021390.5000.310.21142.248.5459.61
Hex66CA8B3201F158e313c
Octal14631221362037252166174
Binary110011011001010100010111100100111111010110001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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