#66B994

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

Shades of Silver Tree #66B994

Tints of Silver Tree #66B994

Color information

#66B994 (or 0x66B994) is unknown color: approx Silver Tree. HEX triplet: 66, B9 and 94. RGB value is (102,185,148). Sum of RGB (Red+Green+Blue) = 102+185+148=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #66B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B994 is #99466B. Grayscale: #9C9C9C. Windows color (decimal): -10045036 or 9746790. OLE color: 9746790.

HSL color Cylindrical-coordinate representation of color #66B994: hue angle of 153.25º degrees, saturation: 0.37, 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 #66B994 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB102185148-
CMYK0.4500.200.27
HSL153.25º37.22%56.27%-
HSV(B)153.25º44.86%72.55%-
XYZ28.1739.6634.19-
YUV155.96123.589.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=23.45%
G=42.53%
B=34.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851480.4500.200.27153.2537.2256.27
Hex66B9942D0141B992538
Octal14627122455024332314570
Binary110011010111001100101001011010101001101110011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,148); }

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

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

 a { background-color: rgb(102,185,148); }

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

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

 span { border-color: rgb(102,185,148); }

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