Html Css Color HEX #53CA94 Silver Tree

📋 copy color: '#53CA94'

red 83 ◦ green 202 ◦ blue 148

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

Shades of Silver Tree #53CA94

Tints of Silver Tree #53CA94

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 19.17%
G = 46.65%
B = 34.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#53CA94 (or 0x53CA94) is known color: Silver Tree. HEX triplet: 53, CA and 94. RGB value is (83,202,148). Sum of RGB (Red+Green+Blue) = 83+202+148=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA94 is #AC356B. Grayscale: #A0A0A0. Windows color (decimal): -11285868 or 9751123. OLE color: 9751123.

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

Color convert

RGB 83 202 148 -
CMYK 0.59 0 0.27 0.21
HSL 152.77º 0.53% 0.56% -
HSV(B) 152.77º 0.59% 0.79% -
XYZ 30.03 46.22 35.36 -
YUV 160.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 83 202 148 0.59 0 0.27 0.21 152.77 0.53 0.56
Hex 53 CA 94 3B 0 1B 15 99 35 38
Octal 123 312 224 73 0 33 25 231 65 70
Binary 1010011 11001010 10010100 111011 0 11011 10101 10011001 110101 111000

Color Harmonies of #53CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA94

Black with #53CA94

Text Example


Text Example

White with #53CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,148); }

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

background-color css

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

 a { background-color: rgb(83,202,148); }

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

border-color css

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

 span { border-color: rgb(83,202,148); }

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