#52BF8A

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

Shades of Silver Tree #52BF8A

Tints of Silver Tree #52BF8A

Color information

#52BF8A (or 0x52BF8A) is unknown color: approx Silver Tree. HEX triplet: 52, BF and 8A. RGB value is (82,191,138). Sum of RGB (Red+Green+Blue) = 82+191+138=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF8A is #AD4075. Grayscale: #989898. Windows color (decimal): -11354230 or 9092946. OLE color: 9092946.

HSL color Cylindrical-coordinate representation of color #52BF8A: hue angle of 150.83º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF8A is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB82191138-
CMYK0.5700.280.25
HSL150.83º45.99%53.53%-
HSV(B)150.83º57.07%74.9%-
XYZ26.740.8930.53-
YUV152.37119.8977.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=19.95%
G=46.47%
B=33.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911380.5700.280.25150.8345.9953.53
Hex52BF8A3901C19972e36
Octal12227721271034312275666
Binary101001010111111100010101110010111001100110010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,138); }

 H1.HeaderClassName
 {
   color: #52BF8A;
 }
 .AnyTagClassName
 {
   color: #52BF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(82,191,138); }

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

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

 span { border-color: rgb(82,191,138); }

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