#5FCA8A

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

Shades of Silver Tree #5FCA8A

Tints of Silver Tree #5FCA8A

Color information

#5FCA8A (or 0x5FCA8A) is unknown color: approx Silver Tree. HEX triplet: 5F, CA and 8A. RGB value is (95,202,138). Sum of RGB (Red+Green+Blue) = 95+202+138=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCA8A is #A03575. Grayscale: #A2A2A2. Windows color (decimal): -10499446 or 9095775. OLE color: 9095775.

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

Color convert

RGB95202138-
CMYK0.5300.320.21
HSL144.11º50.23%58.24%-
HSV(B)144.11º52.97%79.22%-
XYZ30.4346.5131.42-
YUV162.71114.0579.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.84%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=21.84%
G=46.44%
B=31.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021380.5300.320.21144.1150.2358.24
Hex5FCA8A350201590323a
Octal13731221265040252206272
Binary1011111110010101000101011010101000001010110010000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,138); }

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

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

 a { background-color: rgb(95,202,138); }

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

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

 span { border-color: rgb(95,202,138); }

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