Html Css Color HEX #53D08F Silver Tree

📋 copy color: '#53D08F'

red 83 ◦ green 208 ◦ blue 143

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

Shades of Silver Tree #53D08F

Tints of Silver Tree #53D08F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

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

R = 19.12%
G = 47.93%
B = 32.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#53D08F (or 0x53D08F) is known color: Silver Tree. HEX triplet: 53, D0 and 8F. RGB value is (83,208,143). Sum of RGB (Red+Green+Blue) = 83+208+143=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #53D08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D08F is #AC2F70. Grayscale: #A3A3A3. Windows color (decimal): -11284337 or 9424979. OLE color: 9424979.

HSL color Cylindrical-coordinate representation of color #53D08F: hue angle of 148.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D08F is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 143 -
CMYK 0.60 0 0.31 0.18
HSL 148.8º 0.57% 0.57% -
HSV(B) 148.8º 0.6% 0.82% -
XYZ 31.08 48.93 33.79 -
YUV 163.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 83 208 143 0.60 0 0.31 0.18 148.8 0.57 0.57
Hex 53 D0 8F 3C 0 1F 12 95 39 39
Octal 123 320 217 74 0 37 22 225 71 71
Binary 1010011 11010000 10001111 111100 0 11111 10010 10010101 111001 111001

Color Harmonies of #53D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D08F

Black with #53D08F

Text Example


Text Example

White with #53D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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