#52BE8A

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

Shades of Silver Tree #52BE8A

Tints of Silver Tree #52BE8A

Color information

#52BE8A (or 0x52BE8A) is unknown color: approx Silver Tree. HEX triplet: 52, BE and 8A. RGB value is (82,190,138). Sum of RGB (Red+Green+Blue) = 82+190+138=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE8A is #AD4175. Grayscale: #979797. Windows color (decimal): -11354486 or 9092690. OLE color: 9092690.

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

Color convert

RGB82190138-
CMYK0.5700.270.25
HSL151.11º45.38%53.33%-
HSV(B)151.11º56.84%74.51%-
XYZ26.4840.4630.46-
YUV151.78120.2278.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=20%
G=46.34%
B=33.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901380.5700.270.25151.1145.3853.33
Hex52BE8A3901B19972d35
Octal12227621271033312275565
Binary101001010111110100010101110010110111100110010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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