Html Css Color HEX #53BD8A Silver Tree

📋 copy color: '#53BD8A'

red 83 ◦ green 189 ◦ blue 138

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

Shades of Silver Tree #53BD8A

Tints of Silver Tree #53BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 20.24%
G = 46.1%
B = 33.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#53BD8A (or 0x53BD8A) is known color: Silver Tree. HEX triplet: 53, BD and 8A. RGB value is (83,189,138). Sum of RGB (Red+Green+Blue) = 83+189+138=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD8A is #AC4275. Grayscale: #979797. Windows color (decimal): -11289206 or 9092435. OLE color: 9092435.

HSL color Cylindrical-coordinate representation of color #53BD8A: hue angle of 151.13º 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 #53BD8A is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 189 138 -
CMYK 0.56 0 0.27 0.26
HSL 151.13º 0.45% 0.53% -
HSV(B) 151.13º 0.56% 0.74% -
XYZ 26.35 40.07 30.39 -
YUV 151.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 83 189 138 0.56 0 0.27 0.26 151.13 0.45 0.53
Hex 53 BD 8A 38 0 1B 1A 97 2D 35
Octal 123 275 212 70 0 33 32 227 55 65
Binary 1010011 10111101 10001010 111000 0 11011 11010 10010111 101101 110101

Color Harmonies of #53BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD8A

Black with #53BD8A

Text Example


Text Example

White with #53BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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