Html Css Color HEX #53C48F Silver Tree

📋 copy color: '#53C48F'

red 83 ◦ green 196 ◦ blue 143

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

Shades of Silver Tree #53C48F

Tints of Silver Tree #53C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 19.67%
G = 46.45%
B = 33.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#53C48F (or 0x53C48F) is known color: Silver Tree. HEX triplet: 53, C4 and 8F. RGB value is (83,196,143). Sum of RGB (Red+Green+Blue) = 83+196+143=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #53C48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C48F is #AC3B70. Grayscale: #9C9C9C. Windows color (decimal): -11287409 or 9421907. OLE color: 9421907.

HSL color Cylindrical-coordinate representation of color #53C48F: hue angle of 151.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C48F is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 196 143 -
CMYK 0.58 0 0.27 0.23
HSL 151.86º 0.49% 0.55% -
HSV(B) 151.86º 0.58% 0.77% -
XYZ 28.27 43.3 32.86 -
YUV 156.17 120.56 75.81 -
System Red Green Blue C M Y K H S L
Decimal 83 196 143 0.58 0 0.27 0.23 151.86 0.49 0.55
Hex 53 C4 8F 3A 0 1B 17 98 31 37
Octal 123 304 217 72 0 33 27 230 61 67
Binary 1010011 11000100 10001111 111010 0 11011 10111 10011000 110001 110111

Color Harmonies of #53C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C48F

Black with #53C48F

Text Example


Text Example

White with #53C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,143); }

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

background-color css

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

 a { background-color: rgb(83,196,143); }

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

border-color css

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

 span { border-color: rgb(83,196,143); }

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