Html Css Color HEX #53C190 Silver Tree

📋 copy color: '#53C190'

red 83 ◦ green 193 ◦ blue 144

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

Shades of Silver Tree #53C190

Tints of Silver Tree #53C190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 19.76%
G = 45.95%
B = 34.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#53C190 (or 0x53C190) is known color: Silver Tree. HEX triplet: 53, C1 and 90. RGB value is (83,193,144). Sum of RGB (Red+Green+Blue) = 83+193+144=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #53C190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C190 is #AC3E6F. Grayscale: #9A9A9A. Windows color (decimal): -11288176 or 9486675. OLE color: 9486675.

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

Color convert

RGB 83 193 144 -
CMYK 0.57 0 0.25 0.24
HSL 153.27º 0.47% 0.54% -
HSV(B) 153.27º 0.57% 0.76% -
XYZ 27.67 41.99 33.03 -
YUV 154.52 122.06 76.98 -
System Red Green Blue C M Y K H S L
Decimal 83 193 144 0.57 0 0.25 0.24 153.27 0.47 0.54
Hex 53 C1 90 39 0 19 18 99 2F 36
Octal 123 301 220 71 0 31 30 231 57 66
Binary 1010011 11000001 10010000 111001 0 11001 11000 10011001 101111 110110

Color Harmonies of #53C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C190

Black with #53C190

Text Example


Text Example

White with #53C190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,144); }

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

background-color css

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

 a { background-color: rgb(83,193,144); }

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

border-color css

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

 span { border-color: rgb(83,193,144); }

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