Html Css Color HEX #53BB8C Silver Tree

📋 copy color: '#53BB8C'

red 83 ◦ green 187 ◦ blue 140

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

Shades of Silver Tree #53BB8C

Tints of Silver Tree #53BB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 20.24%
G = 45.61%
B = 34.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#53BB8C (or 0x53BB8C) is known color: Silver Tree. HEX triplet: 53, BB and 8C. RGB value is (83,187,140). Sum of RGB (Red+Green+Blue) = 83+187+140=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB8C is #AC4473. Grayscale: #969696. Windows color (decimal): -11289716 or 9222995. OLE color: 9222995.

HSL color Cylindrical-coordinate representation of color #53BB8C: hue angle of 152.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB8C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 140 -
CMYK 0.56 0 0.25 0.27
HSL 152.88º 0.43% 0.53% -
HSV(B) 152.88º 0.56% 0.73% -
XYZ 26.07 39.27 31.02 -
YUV 150.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 83 187 140 0.56 0 0.25 0.27 152.88 0.43 0.53
Hex 53 BB 8C 38 0 19 1B 99 2B 35
Octal 123 273 214 70 0 31 33 231 53 65
Binary 1010011 10111011 10001100 111000 0 11001 11011 10011001 101011 110101

Color Harmonies of #53BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB8C

Black with #53BB8C

Text Example


Text Example

White with #53BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,140); }

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

background-color css

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

 a { background-color: rgb(83,187,140); }

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

border-color css

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

 span { border-color: rgb(83,187,140); }

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