Html Css Color HEX #52BB8B Silver Tree

📋 copy color: '#52BB8B'

red 82 ◦ green 187 ◦ blue 139

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

Shades of Silver Tree #52BB8B

Tints of Silver Tree #52BB8B

RGB

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

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

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

R = 20.1%
G = 45.83%
B = 34.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#52BB8B (or 0x52BB8B) is known color: Silver Tree. HEX triplet: 52, BB and 8B. RGB value is (82,187,139). Sum of RGB (Red+Green+Blue) = 82+187+139=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB8B is #AD4474. Grayscale: #969696. Windows color (decimal): -11355253 or 9157458. OLE color: 9157458.

HSL color Cylindrical-coordinate representation of color #52BB8B: hue angle of 152.57º degrees, saturation: 0.44, 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 #52BB8B is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 139 -
CMYK 0.56 0 0.26 0.27
HSL 152.57º 0.44% 0.53% -
HSV(B) 152.57º 0.56% 0.73% -
XYZ 25.91 39.2 30.63 -
YUV 150.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 82 187 139 0.56 0 0.26 0.27 152.57 0.44 0.53
Hex 52 BB 8B 38 0 1A 1B 99 2C 35
Octal 122 273 213 70 0 32 33 231 54 65
Binary 1010010 10111011 10001011 111000 0 11010 11011 10011001 101100 110101

Color Harmonies of #52BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB8B

Black with #52BB8B

Text Example


Text Example

White with #52BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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