#51BA8C

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

Shades of Silver Tree #51BA8C

Tints of Silver Tree #51BA8C

Color information

#51BA8C (or 0x51BA8C) is unknown color: approx Silver Tree. HEX triplet: 51, BA and 8C. RGB value is (81,186,140). Sum of RGB (Red+Green+Blue) = 81+186+140=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA8C is #AE4573. Grayscale: #959595. Windows color (decimal): -11421044 or 9222737. OLE color: 9222737.

HSL color Cylindrical-coordinate representation of color #51BA8C: hue angle of 153.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA8C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB81186140-
CMYK0.5600.250.27
HSL153.71º43.21%52.35%-
HSV(B)153.71º56.45%72.94%-
XYZ25.6938.7630.94-
YUV149.36122.7179.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=19.90%
G=45.70%
B=34.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861400.5600.250.27153.7143.2152.35
Hex51BA8C380191B9a2b34
Octal12127221470031332325364
Binary101000110111010100011001110000110011101110011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BA8C; }

 p { color: rgb(81,186,140); }

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

<style>
 a { background-color: #51BA8C; }

 a { background-color: rgb(81,186,140); }

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

<style>
 span { border-color: #51BA8C; }

 span { border-color: rgb(81,186,140); }

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