#66AF8A

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

Shades of Silver Tree #66AF8A

Tints of Silver Tree #66AF8A

Color information

#66AF8A (or 0x66AF8A) is unknown color: approx Silver Tree. HEX triplet: 66, AF and 8A. RGB value is (102,175,138). Sum of RGB (Red+Green+Blue) = 102+175+138=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF8A is #995075. Grayscale: #959595. Windows color (decimal): -10047606 or 9088870. OLE color: 9088870.

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

Color convert

RGB102175138-
CMYK0.4200.210.31
HSL149.59º31.33%54.31%-
HSV(B)149.59º41.71%68.63%-
XYZ25.435.3229.52-
YUV148.95121.8294.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=24.58%
G=42.17%
B=33.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751380.4200.210.31149.5931.3354.31
Hex66AF8A2A0151F961f36
Octal14625721252025372263766
Binary11001101010111110001010101010010101111111001011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,138); }

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

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

 a { background-color: rgb(102,175,138); }

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

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

 span { border-color: rgb(102,175,138); }

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