#52BB8B

Color #52BB8B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #52BB8B

Tints of Silver Tree #52BB8B

Color information

#52BB8B (or 0x52BB8B) is unknown color: approx 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

RGB82187139-
CMYK0.5600.260.27
HSL152.57º43.57%52.75%-
HSV(B)152.57º56.15%73.33%-
XYZ25.9139.230.63-
YUV150.13121.7179.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 187 (73.44% from 255) = 45.83%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=20.10%
G=45.83%
B=34.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871390.5600.260.27152.5743.5752.75
Hex52BB8B3801A1B992c35
Octal12227321370032332315465
Binary101001010111011100010111110000110101101110011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>