#54BE8A

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

Shades of Silver Tree #54BE8A

Tints of Silver Tree #54BE8A

Color information

#54BE8A (or 0x54BE8A) is unknown color: approx Silver Tree. HEX triplet: 54, BE and 8A. RGB value is (84,190,138). Sum of RGB (Red+Green+Blue) = 84+190+138=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE8A is #AB4175. Grayscale: #989898. Windows color (decimal): -11223414 or 9092692. OLE color: 9092692.

HSL color Cylindrical-coordinate representation of color #54BE8A: hue angle of 150.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BE8A is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB84190138-
CMYK0.5600.270.25
HSL150.57º44.92%53.73%-
HSV(B)150.57º55.79%74.51%-
XYZ26.6640.5530.47-
YUV152.38119.8879.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=20.39%
G=46.12%
B=33.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901380.5600.270.25150.5744.9253.73
Hex54BE8A3801B19972d36
Octal12427621270033312275566
Binary101010010111110100010101110000110111100110010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,138); }

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

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

 a { background-color: rgb(84,190,138); }

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

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

 span { border-color: rgb(84,190,138); }

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