#66B993

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

Shades of Silver Tree #66B993

Tints of Silver Tree #66B993

Color information

#66B993 (or 0x66B993) is unknown color: approx Silver Tree. HEX triplet: 66, B9 and 93. RGB value is (102,185,147). Sum of RGB (Red+Green+Blue) = 102+185+147=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #66B993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B993 is #99466C. Grayscale: #9B9B9B. Windows color (decimal): -10045037 or 9681254. OLE color: 9681254.

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

Color convert

RGB102185147-
CMYK0.4500.210.27
HSL152.53º37.22%56.27%-
HSV(B)152.53º44.86%72.55%-
XYZ28.0939.6333.77-
YUV155.8512389.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=23.50%
G=42.63%
B=33.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851470.4500.210.27152.5337.2256.27
Hex66B9932D0151B992538
Octal14627122355025332314570
Binary110011010111001100100111011010101011101110011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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