Html Css Color HEX #52BD8B Silver Tree

📋 copy color: '#52BD8B'

red 82 ◦ green 189 ◦ blue 139

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

Shades of Silver Tree #52BD8B

Tints of Silver Tree #52BD8B

RGB

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

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

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

R = 20%
G = 46.1%
B = 33.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#52BD8B (or 0x52BD8B) is known color: Silver Tree. HEX triplet: 52, BD and 8B. RGB value is (82,189,139). Sum of RGB (Red+Green+Blue) = 82+189+139=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD8B is #AD4274. Grayscale: #979797. Windows color (decimal): -11354741 or 9157970. OLE color: 9157970.

HSL color Cylindrical-coordinate representation of color #52BD8B: hue angle of 151.96º 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 #52BD8B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 139 -
CMYK 0.57 0 0.26 0.26
HSL 151.96º 0.45% 0.53% -
HSV(B) 151.96º 0.57% 0.74% -
XYZ 26.34 40.05 30.77 -
YUV 151.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 82 189 139 0.57 0 0.26 0.26 151.96 0.45 0.53
Hex 52 BD 8B 39 0 1A 1A 98 2D 35
Octal 122 275 213 71 0 32 32 230 55 65
Binary 1010010 10111101 10001011 111001 0 11010 11010 10011000 101101 110101

Color Harmonies of #52BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD8B

Black with #52BD8B

Text Example


Text Example

White with #52BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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