#66B08C

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

Shades of Silver Tree #66B08C

Tints of Silver Tree #66B08C

Color information

#66B08C (or 0x66B08C) is unknown color: approx Silver Tree. HEX triplet: 66, B0 and 8C. RGB value is (102,176,140). Sum of RGB (Red+Green+Blue) = 102+176+140=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #66B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B08C is #994F73. Grayscale: #959595. Windows color (decimal): -10047348 or 9220198. OLE color: 9220198.

HSL color Cylindrical-coordinate representation of color #66B08C: hue angle of 150.81º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B08C is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB102176140-
CMYK0.4200.200.31
HSL150.81º31.9%54.51%-
HSV(B)150.81º42.05%69.02%-
XYZ25.7435.7730.36-
YUV149.77122.4893.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=24.40%
G=42.11%
B=33.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761400.4200.200.31150.8131.954.51
Hex66B08C2A0141F972037
Octal14626021452024372274067
Binary110011010110000100011001010100101001111110010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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