Html Css Color HEX #52BD8D Silver Tree

📋 copy color: '#52BD8D'

red 82 ◦ green 189 ◦ blue 141

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

Shades of Silver Tree #52BD8D

Tints of Silver Tree #52BD8D

RGB

 RED value IS 82 (32.42% from 255) = 19.9%

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 19.9%
G = 45.87%
B = 34.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#52BD8D (or 0x52BD8D) is known color: Silver Tree. HEX triplet: 52, BD and 8D. RGB value is (82,189,141). Sum of RGB (Red+Green+Blue) = 82+189+141=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD8D is #AD4272. Grayscale: #979797. Windows color (decimal): -11354739 or 9289042. OLE color: 9289042.

HSL color Cylindrical-coordinate representation of color #52BD8D: hue angle of 153.08º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD8D is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 141 -
CMYK 0.57 0 0.25 0.26
HSL 153.08º 0.45% 0.53% -
HSV(B) 153.08º 0.57% 0.74% -
XYZ 26.48 40.11 31.55 -
YUV 151.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 82 189 141 0.57 0 0.25 0.26 153.08 0.45 0.53
Hex 52 BD 8D 39 0 19 1A 99 2D 35
Octal 122 275 215 71 0 31 32 231 55 65
Binary 1010010 10111101 10001101 111001 0 11001 11010 10011001 101101 110101

Color Harmonies of #52BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD8D

Black with #52BD8D

Text Example


Text Example

White with #52BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BD8D; }

 p { color: rgb(82,189,141); }

 H1.HeaderClassName
 {
   color: #52BD8D;
 }
 .AnyTagClassName
 {
   color: #52BD8D;
 }
</style>

background-color css

<style>
 a { background-color: #52BD8D; }

 a { background-color: rgb(82,189,141); }

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

border-color css

<style>
 span { border-color: #52BD8D; }

 span { border-color: rgb(82,189,141); }

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