#54BC8C

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

Shades of Silver Tree #54BC8C

Tints of Silver Tree #54BC8C

Color information

#54BC8C (or 0x54BC8C) is unknown color: approx Silver Tree. HEX triplet: 54, BC and 8C. RGB value is (84,188,140). Sum of RGB (Red+Green+Blue) = 84+188+140=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BC8C is #AB4373. Grayscale: #979797. Windows color (decimal): -11223924 or 9223252. OLE color: 9223252.

HSL color Cylindrical-coordinate representation of color #54BC8C: hue angle of 152.31º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC8C is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB84188140-
CMYK0.5500.260.26
HSL152.31º43.7%53.33%-
HSV(B)152.31º55.32%73.73%-
XYZ26.3739.7431.09-
YUV151.43121.5479.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=20.39%
G=45.63%
B=33.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881400.5500.260.26152.3143.753.33
Hex54BC8C3701A1A982c35
Octal12427421467032322305465
Binary101010010111100100011001101110110101101010011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54BC8C; }

 p { color: rgb(84,188,140); }

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

<style>
 a { background-color: #54BC8C; }

 a { background-color: rgb(84,188,140); }

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

<style>
 span { border-color: #54BC8C; }

 span { border-color: rgb(84,188,140); }

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