Html Css Color HEX #53CA8D Silver Tree

📋 copy color: '#53CA8D'

red 83 ◦ green 202 ◦ blue 141

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

Shades of Silver Tree #53CA8D

Tints of Silver Tree #53CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 19.48%
G = 47.42%
B = 33.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#53CA8D (or 0x53CA8D) is known color: Silver Tree. HEX triplet: 53, CA and 8D. RGB value is (83,202,141). Sum of RGB (Red+Green+Blue) = 83+202+141=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA8D is #AC3572. Grayscale: #9F9F9F. Windows color (decimal): -11285875 or 9292371. OLE color: 9292371.

HSL color Cylindrical-coordinate representation of color #53CA8D: hue angle of 149.24º 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 #53CA8D is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 141 -
CMYK 0.59 0 0.30 0.21
HSL 149.24º 0.53% 0.56% -
HSV(B) 149.24º 0.59% 0.79% -
XYZ 29.5 46 32.52 -
YUV 159.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 83 202 141 0.59 0 0.30 0.21 149.24 0.53 0.56
Hex 53 CA 8D 3B 0 1E 15 95 35 38
Octal 123 312 215 73 0 36 25 225 65 70
Binary 1010011 11001010 10001101 111011 0 11110 10101 10010101 110101 111000

Color Harmonies of #53CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA8D

Black with #53CA8D

Text Example


Text Example

White with #53CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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