#52CA8E

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

Shades of Silver Tree #52CA8E

Tints of Silver Tree #52CA8E

Color information

#52CA8E (or 0x52CA8E) is unknown color: approx Silver Tree. HEX triplet: 52, CA and 8E. RGB value is (82,202,142). Sum of RGB (Red+Green+Blue) = 82+202+142=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA8E is #AD3571. Grayscale: #9F9F9F. Windows color (decimal): -11351410 or 9357906. OLE color: 9357906.

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

Color convert

RGB82202142-
CMYK0.5900.300.21
HSL150º53.1%55.69%-
HSV(B)150º59.41%79.22%-
XYZ29.4845.9932.91-
YUV159.28118.2472.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=19.25%
G=47.42%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822021420.5900.300.2115053.155.69
Hex52CA8E3B01E15963538
Octal12231221673036252266570
Binary101001011001010100011101110110111101010110010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,202,142); }

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

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

 a { background-color: rgb(82,202,142); }

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

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

 span { border-color: rgb(82,202,142); }

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