Html Css Color HEX #53BD8C Silver Tree

📋 copy color: '#53BD8C'

red 83 ◦ green 189 ◦ blue 140

#53BD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #53BD8C

Tints of Silver Tree #53BD8C

RGB

 RED value IS 83 (32.81% from 255) = 20.15%

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 20.15%
G = 45.87%
B = 33.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#53BD8C (or 0x53BD8C) is known color: Silver Tree. HEX triplet: 53, BD and 8C. RGB value is (83,189,140). Sum of RGB (Red+Green+Blue) = 83+189+140=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD8C is #AC4273. Grayscale: #979797. Windows color (decimal): -11289204 or 9223507. OLE color: 9223507.

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

Color convert

RGB 83 189 140 -
CMYK 0.56 0 0.26 0.26
HSL 152.26º 0.45% 0.53% -
HSV(B) 152.26º 0.56% 0.74% -
XYZ 26.5 40.13 31.16 -
YUV 151.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 83 189 140 0.56 0 0.26 0.26 152.26 0.45 0.53
Hex 53 BD 8C 38 0 1A 1A 98 2D 35
Octal 123 275 214 70 0 32 32 230 55 65
Binary 1010011 10111101 10001100 111000 0 11010 11010 10011000 101101 110101

Color Harmonies of #53BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD8C

Black with #53BD8C

Text Example


Text Example

White with #53BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,140); }

 H1.HeaderClassName
 {
   color: #53BD8C;
 }
 .AnyTagClassName
 {
   color: #53BD8C;
 }
</style>

background-color css

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

 a { background-color: rgb(83,189,140); }

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

border-color css

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

 span { border-color: rgb(83,189,140); }

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