#54CA8C

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

Shades of Silver Tree #54CA8C

Tints of Silver Tree #54CA8C

Color information

#54CA8C (or 0x54CA8C) is unknown color: approx Silver Tree. HEX triplet: 54, CA and 8C. RGB value is (84,202,140). Sum of RGB (Red+Green+Blue) = 84+202+140=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA8C is #AB3573. Grayscale: #9F9F9F. Windows color (decimal): -11220340 or 9226836. OLE color: 9226836.

HSL color Cylindrical-coordinate representation of color #54CA8C: hue angle of 148.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CA8C is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB84202140-
CMYK0.5800.310.21
HSL148.47º52.68%56.08%-
HSV(B)148.47º58.42%79.22%-
XYZ29.5146.0232.14-
YUV159.65116.9174.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=19.72%
G=47.42%
B=32.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842021400.5800.310.21148.4752.6856.08
Hex54CA8C3A01F15943538
Octal12431221472037252246570
Binary101010011001010100011001110100111111010110010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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