#5CCA8C

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

Shades of Silver Tree #5CCA8C

Tints of Silver Tree #5CCA8C

Color information

#5CCA8C (or 0x5CCA8C) is unknown color: approx Silver Tree. HEX triplet: 5C, CA and 8C. RGB value is (92,202,140). Sum of RGB (Red+Green+Blue) = 92+202+140=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCA8C is #A33573. Grayscale: #A2A2A2. Windows color (decimal): -10696052 or 9226844. OLE color: 9226844.

HSL color Cylindrical-coordinate representation of color #5CCA8C: hue angle of 146.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCA8C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB92202140-
CMYK0.5400.310.21
HSL146.18º50.93%57.65%-
HSV(B)146.18º54.46%79.22%-
XYZ30.2746.4132.17-
YUV162.04115.5678.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=21.20%
G=46.54%
B=32.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021400.5400.310.21146.1850.9357.65
Hex5CCA8C3601F1592333a
Octal13431221466037252226372
Binary101110011001010100011001101100111111010110010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CCA8C; }

 p { color: rgb(92,202,140); }

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

<style>
 a { background-color: #5CCA8C; }

 a { background-color: rgb(92,202,140); }

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

<style>
 span { border-color: #5CCA8C; }

 span { border-color: rgb(92,202,140); }

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