#54C695

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

Shades of Silver Tree #54C695

Tints of Silver Tree #54C695

Color information

#54C695 (or 0x54C695) is unknown color: approx Silver Tree. HEX triplet: 54, C6 and 95. RGB value is (84,198,149). Sum of RGB (Red+Green+Blue) = 84+198+149=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #54C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C695 is #AB396A. Grayscale: #9E9E9E. Windows color (decimal): -11221355 or 9815636. OLE color: 9815636.

HSL color Cylindrical-coordinate representation of color #54C695: hue angle of 154.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C695 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB84198149-
CMYK0.5800.250.22
HSL154.21º50%55.29%-
HSV(B)154.21º57.58%77.65%-
XYZ29.2844.4435.47-
YUV158.33122.7374.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 198 (77.73% from 255) = 45.94%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=19.49%
G=45.94%
B=34.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841981490.5800.250.22154.215055.29
Hex54C6953A019169a3237
Octal12430622572031262326267
Binary101010011000110100101011110100110011011010011010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,198,149); }

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

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

 a { background-color: rgb(84,198,149); }

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

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

 span { border-color: rgb(84,198,149); }

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