#52C08B

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

Shades of Silver Tree #52C08B

Tints of Silver Tree #52C08B

Color information

#52C08B (or 0x52C08B) is unknown color: approx Silver Tree. HEX triplet: 52, C0 and 8B. RGB value is (82,192,139). Sum of RGB (Red+Green+Blue) = 82+192+139=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #52C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C08B is #AD3F74. Grayscale: #999999. Windows color (decimal): -11353973 or 9158738. OLE color: 9158738.

HSL color Cylindrical-coordinate representation of color #52C08B: hue angle of 151.09º degrees, saturation: 0.47, 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 #52C08B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB82192139-
CMYK0.5700.280.25
HSL151.09º46.61%53.73%-
HSV(B)151.09º57.29%75.29%-
XYZ26.9941.3630.99-
YUV153.07120.0677.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=19.85%
G=46.49%
B=33.66%

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
Decimal821921390.5700.280.25151.0946.6153.73
Hex52C08B3901C19972f36
Octal12230021371034312275766
Binary101001011000000100010111110010111001100110010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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