Html Css Color HEX #53C08B Silver Tree

📋 copy color: '#53C08B'

red 83 ◦ green 192 ◦ blue 139

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

Shades of Silver Tree #53C08B

Tints of Silver Tree #53C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 20.05%
G = 46.38%
B = 33.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#53C08B (or 0x53C08B) is known color: Silver Tree. HEX triplet: 53, C0 and 8B. RGB value is (83,192,139). Sum of RGB (Red+Green+Blue) = 83+192+139=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #53C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C08B is #AC3F74. Grayscale: #999999. Windows color (decimal): -11288437 or 9158739. OLE color: 9158739.

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

Color convert

RGB 83 192 139 -
CMYK 0.57 0 0.28 0.25
HSL 150.83º 0.46% 0.54% -
HSV(B) 150.83º 0.57% 0.75% -
XYZ 27.08 41.4 30.99 -
YUV 153.37 119.89 77.81 -
System Red Green Blue C M Y K H S L
Decimal 83 192 139 0.57 0 0.28 0.25 150.83 0.46 0.54
Hex 53 C0 8B 39 0 1C 19 97 2E 36
Octal 123 300 213 71 0 34 31 227 56 66
Binary 1010011 11000000 10001011 111001 0 11100 11001 10010111 101110 110110

Color Harmonies of #53C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C08B

Black with #53C08B

Text Example


Text Example

White with #53C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,139); }

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

background-color css

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

 a { background-color: rgb(83,192,139); }

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

border-color css

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

 span { border-color: rgb(83,192,139); }

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