#53BF8D

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

Shades of Silver Tree #53BF8D

Tints of Silver Tree #53BF8D

Color information

#53BF8D (or 0x53BF8D) is unknown color: approx Silver Tree. HEX triplet: 53, BF and 8D. RGB value is (83,191,141). Sum of RGB (Red+Green+Blue) = 83+191+141=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BF8D is #AC4072. Grayscale: #999999. Windows color (decimal): -11288691 or 9289555. OLE color: 9289555.

HSL color Cylindrical-coordinate representation of color #53BF8D: hue angle of 152.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF8D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB83191141-
CMYK0.5700.260.25
HSL152.22º45.76%53.73%-
HSV(B)152.22º56.54%74.9%-
XYZ27.0141.0231.69-
YUV153.01121.2278.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=20%
G=46.02%
B=33.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911410.5700.260.25152.2245.7653.73
Hex53BF8D3901A19982e36
Octal12327721571032312305666
Binary101001110111111100011011110010110101100110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BF8D; }

 p { color: rgb(83,191,141); }

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

<style>
 a { background-color: #53BF8D; }

 a { background-color: rgb(83,191,141); }

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

<style>
 span { border-color: #53BF8D; }

 span { border-color: rgb(83,191,141); }

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