#5FB08A

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

Shades of Silver Tree #5FB08A

Tints of Silver Tree #5FB08A

Color information

#5FB08A (or 0x5FB08A) is unknown color: approx Silver Tree. HEX triplet: 5F, B0 and 8A. RGB value is (95,176,138). Sum of RGB (Red+Green+Blue) = 95+176+138=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB08A is #A04F75. Grayscale: #939393. Windows color (decimal): -10506102 or 9089119. OLE color: 9089119.

HSL color Cylindrical-coordinate representation of color #5FB08A: hue angle of 151.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB08A is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB95176138-
CMYK0.4600.220.31
HSL151.85º33.89%53.14%-
HSV(B)151.85º46.02%69.02%-
XYZ24.8335.3229.55-
YUV147.45122.6690.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=23.23%
G=43.03%
B=33.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951761380.4600.220.31151.8533.8953.14
Hex5FB08A2E0161F982235
Octal13726021256026372304265
Binary101111110110000100010101011100101101111110011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB08A; }

 p { color: rgb(95,176,138); }

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

<style>
 a { background-color: #5FB08A; }

 a { background-color: rgb(95,176,138); }

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

<style>
 span { border-color: #5FB08A; }

 span { border-color: rgb(95,176,138); }

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