#52C996

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

Shades of Silver Tree #52C996

Tints of Silver Tree #52C996

Color information

#52C996 (or 0x52C996) is unknown color: approx Silver Tree. HEX triplet: 52, C9 and 96. RGB value is (82,201,150). Sum of RGB (Red+Green+Blue) = 82+201+150=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #52C996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C996 is #AD3669. Grayscale: #9F9F9F. Windows color (decimal): -11351658 or 9881938. OLE color: 9881938.

HSL color Cylindrical-coordinate representation of color #52C996: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C996 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB82201150-
CMYK0.5900.250.21
HSL154.29º52.42%55.49%-
HSV(B)154.29º59.2%78.82%-
XYZ29.8745.7736.11-
YUV159.6122.5872.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=18.94%
G=46.42%
B=34.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011500.5900.250.21154.2952.4255.49
Hex52C9963B019159a3437
Octal12231122673031252326467
Binary101001011001001100101101110110110011010110011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,150); }

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

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

 a { background-color: rgb(82,201,150); }

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

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

 span { border-color: rgb(82,201,150); }

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